mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
@rlMainBorderRadius to --border-radius: 5px;
This commit is contained in:
parent
4ec7070ffa
commit
2705f16e44
17 changed files with 31 additions and 34 deletions
|
|
@ -117,7 +117,7 @@ dialog > footer {
|
|||
margin-bottom: 0;
|
||||
text-align: right; // right align buttons
|
||||
border-top: 1px solid var(--border-color, #ddd);
|
||||
border-radius: 0 0 6px 6px;
|
||||
border-radius: 0 0 var(--dialog-border-radius, 6px) var(--dialog-border-radius, 6px);
|
||||
|
||||
// Properly space out buttons
|
||||
.btn + .btn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue