mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix .font-italic utility class definition
Erratum from 26da610bd0
Refs #18001
This commit is contained in:
@@ -72,11 +72,11 @@
|
|||||||
.text-uppercase { text-transform: uppercase !important; }
|
.text-uppercase { text-transform: uppercase !important; }
|
||||||
.text-capitalize { text-transform: capitalize !important; }
|
.text-capitalize { text-transform: capitalize !important; }
|
||||||
|
|
||||||
// Weight
|
// Weight and italics
|
||||||
|
|
||||||
.font-normal { font-weight: normal; }
|
.font-normal { font-weight: normal; }
|
||||||
.font-bold { font-weight: bold; }
|
.font-bold { font-weight: bold; }
|
||||||
.font-italic { font-style: normal; }
|
.font-italic { font-style: italic; }
|
||||||
|
|
||||||
// Contextual colors
|
// Contextual colors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user