refactor(modals): rounded and fix header color

pull/3/head
alex 2016-02-18 18:18:59 +03:00
parent f52f258ce5
commit c2571be8be
1 changed files with 7 additions and 1 deletions

View File

@ -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) {