mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 20:34:01 +00:00
15 lines
235 B
SCSS
Vendored
15 lines
235 B
SCSS
Vendored
// Modals
|
|
|
|
.modal-header,
|
|
.modal-footer {
|
|
background: $gray-100;
|
|
}
|
|
|
|
.modal-footer {
|
|
@include border-bottom-radius($border-radius);
|
|
}
|
|
|
|
.modal-dialog {
|
|
box-shadow: $box-shadow-lg-default;
|
|
@include border-radius($border-radius);
|
|
} |