mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 18:04:26 +04:00
10 lines
166 B
SCSS
10 lines
166 B
SCSS
.modal-backdrop {
|
|
backdrop-filter: blur(2px);
|
|
background: $light-black;
|
|
}
|
|
|
|
.modal-content {
|
|
border: 1px solid $border-color;
|
|
border-radius: $border-radius;
|
|
}
|