mirror of https://github.com/akveo/blur-admin
refactor(modals): rounded and fix header color
parent
f52f258ce5
commit
c2571be8be
|
@ -85,8 +85,14 @@ textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
border-radius: 0;
|
border-radius: 5px;
|
||||||
|
border: none;
|
||||||
color: $default-text;
|
color: $default-text;
|
||||||
|
.modal-header{
|
||||||
|
color: $default;
|
||||||
|
border-top-left-radius: 5px;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin setSwitchBorder($color) {
|
@mixin setSwitchBorder($color) {
|
||||||
|
|
Loading…
Reference in New Issue