Merge branch 'update-icons' of https://github.com/cryptpad/cryptpad into update-icons

This commit is contained in:
DianaXWiki 2025-08-22 16:38:05 +03:00
commit 6b7df4d823
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -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;