mirror of https://github.com/twbs/bootstrap.git
grunt
This commit is contained in:
parent
3c4bf98af6
commit
a78b835143
|
@ -5728,6 +5728,18 @@ button.close {
|
|||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.font-normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.font-italic {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -5728,6 +5728,18 @@ button.close {
|
|||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.font-normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.font-italic {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue