add margin variable

This commit is contained in:
daria 2025-08-28 12:11:09 +03:00
parent aa94fd828d
commit 7df313bde6
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
11 changed files with 12 additions and 10 deletions

View File

@ -70,7 +70,7 @@
.lucide {
width: 1.2em;
height: 1.2em;
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
.cp-checkmark {
color: @cryptpad_text_col;

View File

@ -30,7 +30,7 @@
.lucide {
width: 1.2em;
height: 1.2em;
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
.cp-unselectable {
.tools_unselectable();

View File

@ -54,7 +54,7 @@ body.html {
.lucide {
width: 1.2em;
height: 1.2em;
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
border: 0;
padding: 0;

View File

@ -14,7 +14,7 @@
.lucide {
width: 1.2rem;
height: 1.2rem;
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
@notif-height: 50px;
.cp-notifications-container {

View File

@ -438,7 +438,7 @@
svg {
height: 1.125em;
width: 1.125em;
margin-right: 0.5em;
margin-right: @variables_icon_margin;
}
}

View File

@ -23,3 +23,5 @@
@variables_radius_L: 10px;
@variables_focus_style: @cryptpad_color_brand solid 2px;
@variables_icon_margin: 0.2rem;

View File

@ -91,7 +91,7 @@
margin-top: 20px;
svg {
font-size: 1.2em;
margin-right: 5px;
margin-right: @variables_icon_margin;
}
}
.cp-instance-links {

View File

@ -677,7 +677,7 @@
position: initial;
.cp-dropdown-content{
svg {
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
@media screen and (max-width: 600px)
{

View File

@ -102,7 +102,7 @@
.cp-form-color-container {
span.cp-form-palette {
svg.lucide {
margin: 0.2rem;
margin: @variables_icon_margin;
}
}
.is-hidden {

View File

@ -35,7 +35,7 @@
.lucide {
height:1.2rem;
width: 1.2rem;
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
.cp-modal {
border-radius: @variables_radius_L;

View File

@ -87,7 +87,7 @@
#cp-app-whiteboard-clear {
svg {
margin-right: 0.2rem;
margin-right: @variables_icon_margin;
}
display: inline-flex;
align-items: center;