modal title font-weight and capitalization fix
This commit is contained in:
parent
cc58c49457
commit
ac0787bdd5
3 changed files with 6 additions and 3 deletions
|
|
@ -110,13 +110,16 @@
|
|||
font-weight: 100;
|
||||
color: #999;
|
||||
}
|
||||
.modal-body .modal-icon {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
line-height: 1.42857143;
|
||||
font-size: 25px;
|
||||
padding: 0;
|
||||
/*font-family: 'Lato', sans-serif;*/
|
||||
font-weight: normal;
|
||||
font-weight: 300;
|
||||
}
|
||||
.modal-text {
|
||||
padding-top: 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue