vendor/assets/stylesheets/typography.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/typography.css.scss in flashgrid-1.0.21
- old
+ new
@@ -7,10 +7,11 @@
#Scripts
#Styles
#Decorations
#Transforms
#Weights
+#Modifiers
#Displays */
/* #Font-Face
================================================== */
@font-face {
@@ -108,11 +109,10 @@
}
p.small {
font-size: 14px;
line-height: 22px;
}
-p.whitespaced { white-space: pre-wrap; }
p img { margin: 0; }
small {
font-size: 11px;
line-height: 17px;
}
@@ -175,9 +175,13 @@
================================================== */
.text-light { font-weight: 200; }
.text-normal { font-weight: normal; }
.text-medium { font-weight: 500; }
.text-bold { font-weight: bold; }
+
+/* #Modifiers
+================================================== */
+.text-whitespaced { white-space: pre-wrap; }
/* #Displays
================================================== */
.display-block { display: block; }
.display-inline { display: inline; }
\ No newline at end of file