remove quarternary color from dialog header CSS

This commit is contained in:
Jeff Atwood
2014-11-12 12:10:42 -08:00
parent 02abcd03fb
commit e1dda2337b
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ animation: modal .25s;
.modal-header { .modal-header {
border-bottom: 1px solid scale-color-diff(); border-bottom: 1px solid scale-color-diff();
h3 { h3 {
color: $quaternary;
font-size: 20px; font-size: 20px;
padding: 10px 15px 7px; padding: 10px 15px 7px;
} }

View File

@ -58,7 +58,6 @@
display:none; display:none;
} }
h3 { h3 {
color: $quaternary;
font-size: 18px; font-size: 18px;
padding-left: 15px; padding-left: 15px;
margin-bottom: 5px; margin-bottom: 5px;