made confirmation button responsive according to the text #1211

This commit is contained in:
daria 2023-08-28 14:49:31 +03:00
parent 5c7ad2277d
commit fe404ccde6
2 changed files with 11 additions and 2 deletions

View File

@ -30,6 +30,15 @@
display: none !important;
}
.tui-full-calendar-confirm {
span,i{
padding:0.5rem;
}
span{
padding-left:0;
}
}
.tui-full-calendar-layout {
background-color: @cp_sidebar-right-bg !important;
color: @cryptpad_text_col;

File diff suppressed because one or more lines are too long