fix(modals): fix modals text color

pull/3/head
alex 2016-03-02 16:40:36 +03:00
parent 51d64782ce
commit a0cee0d95a
1 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,15 @@
display: inline-block;
text-align: left;
margin: 0 auto;
.form-control{
color: $github-color;
background-color: transparent;
border: 1px solid $input-border;
@include placeholderStyle($default-text, 0.9);
}
.modal-body p, .modal-body div, .modal-body span{
color: $default-text;
}
}
.modal-header {
border: none;