mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'update-icons' of https://github.com/cryptpad/cryptpad into update-icons
This commit is contained in:
commit
6b7df4d823
@ -67,6 +67,11 @@
|
||||
outline: none;
|
||||
font: @colortheme_app-font;
|
||||
|
||||
.lucide {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
.cp-checkmark {
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
@ -511,7 +516,6 @@
|
||||
margin-bottom: @alertify_padding-base;
|
||||
}
|
||||
button {
|
||||
width: 50px;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
font-size: 18px !important;
|
||||
|
||||
@ -150,6 +150,7 @@
|
||||
button.btn {
|
||||
background-color: @cp_buttons-cancel;
|
||||
box-sizing: border-box;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
line-height: 20px;
|
||||
padding: 8px 6px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user