Files
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +08:00

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);
}