Fix calendar popup button padding issue #1406

This commit is contained in:
DianaXWiki 2024-09-06 12:58:55 +03:00
parent f202422983
commit caf8af3e35
2 changed files with 3 additions and 7 deletions

View File

@ -148,8 +148,8 @@
background-color: @cp_buttons-cancel;
box-sizing: border-box;
align-items: center;
line-height: 36px;
padding: 0 6px;
line-height: 20px;
padding: 8px 6px;
white-space: nowrap;
text-align: center;
text-transform: uppercase;
@ -180,10 +180,6 @@
padding: 5px;
height: auto !important;
}
&.btn-confirm {
line-height: 20px;
padding: 8px 6px;
}
&:hover, &:not(:disabled):not(.disabled):active, &:focus {
color: @cp_buttons-fg;

View File

@ -39,7 +39,7 @@
.tui-full-calendar-confirm {
span, i {
padding: 0.5rem;
padding: 0 0.5rem;
}
span {
padding-left: 0;