update form icons style

This commit is contained in:
daria 2025-08-22 16:51:37 +03:00
parent 65301f0021
commit 6c14536bee
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
2 changed files with 7 additions and 13 deletions

View File

@ -152,6 +152,7 @@
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 20px;
padding: 8px 6px;
white-space: nowrap;
@ -163,10 +164,6 @@
border-radius: @variables_radius;
transition: none;
&:not(.fa):not(.cptools) {
font-family: inherit;
}
i, .fa, .cptools {
&:not(.nomargin) {
margin-right: 5px;

View File

@ -347,7 +347,7 @@
&.editable {
cursor: pointer;
}
.fa-caret-down {
.lucide-chevron-down {
margin-left: 5px;
}
}
@ -496,11 +496,10 @@
}
}
button {
border: 0px;
//padding-bottom: 3px;
border: 0;
svg {
font-size: 35px;
line-height: 35px;
height: 2rem;
width: 2rem;
}
}
&:first-child {
@ -1071,13 +1070,11 @@
}
}
.cp-form-block-type {
//float: right;
padding: 5px;
//margin-top: -10px;
//margin-right: -10px;
border-radius: 0px @variables_radius 0px 0px;
svg { margin-right: 5px; }
background: fade(@cryptpad_text_col, 10%);
display: inline-flex;
align-items: center;
}
}