remove margin on calendar icons

This commit is contained in:
daria 2025-08-08 15:03:23 +03:00
parent d2c3df9490
commit d0ad1d905b
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -171,7 +171,7 @@
color: @cryptpad_text_col;
border-radius: @variables_radius_L;
font-weight: normal;
.tui-full-calendar-icon:not(.tui-full-calendar-calendar-dot):not(.tui-full-calendar-dropdown-arrow):not(.tui-full-calendar-ic-checkbox):not(.fa-map-marker):not(.fa-align-justify) {
.tui-full-calendar-icon:not(.tui-full-calendar-calendar-dot):not(.tui-full-calendar-dropdown-arrow):not(.tui-full-calendar-ic-checkbox):not(.fa-map-marker):not(.fa-align-justify):not(svg) {
display: none;
}
.tui-full-calendar-icon {
@ -424,7 +424,6 @@
}
.btn-danger-outline {
display: block;
margin-right: 0px !important;
background-color: transparent;
color: @cryptpad_text_col;
border-color: @cryptpad_text_col;
@ -433,6 +432,9 @@
background-color: @cp_buttons-red;
border-color: @cp_buttons-red;
}
svg {
margin-right: 0;
}
}
}
}
@ -460,6 +462,11 @@
outline: @cryptpad_color_brand solid 2px;
}
}
.btn:last-of-type {
svg {
margin: 0;
}
}
}
// margin-bottom: 20px;
input {
@ -479,6 +486,9 @@
&:not(:hover) {
background: transparent;
}
svg {
margin: 0;
}
}
}