mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge remote-tracking branch 'origin/update-icons' into staging
This commit is contained in:
commit
e6a6206631
@ -145,6 +145,9 @@
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
#cp-loading-status {
|
||||
display: flex;
|
||||
|
||||
@ -31,10 +31,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
svg {
|
||||
margin: 0;
|
||||
margin: @variables_icon_margin;
|
||||
}
|
||||
.cp-broadcast {
|
||||
margin: 0.5rem;
|
||||
margin: @variables_icon_margin;
|
||||
width: var(--avatar-width);
|
||||
height: var(--avatar-width);
|
||||
color: @cp_dropdown-fg;
|
||||
|
||||
@ -248,6 +248,8 @@
|
||||
border-radius: @variables_radius 0px 0px @variables_radius;
|
||||
background-color: @cp_form-bg1;
|
||||
color: @cryptpad_text_col;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
}
|
||||
@ -255,6 +257,9 @@
|
||||
color: @cp_form-bg1;
|
||||
background-color: @cryptpad_text_col;
|
||||
}
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
#cp-toggle-drag-on {
|
||||
border-radius: 0px @variables_radius @variables_radius 0px !important;
|
||||
@ -494,6 +499,8 @@
|
||||
margin-bottom: 20px;
|
||||
button {
|
||||
width: 50px;
|
||||
height: 36px;
|
||||
margin-right: 0.5rem;
|
||||
svg {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user