mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:26:03 +01:00
13 lines
No EOL
186 B
SCSS
13 lines
No EOL
186 B
SCSS
.modal-content {
|
|
background-color: var(--raised-bg);
|
|
border: 0;
|
|
}
|
|
|
|
.modal-header {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.modal-footer {
|
|
background-color: var(--raised-accent);
|
|
border-top: 0;
|
|
} |