mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update form icons style
This commit is contained in:
parent
65301f0021
commit
6c14536bee
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user