[Style Guide] Tweak Style Guide CSS
This commit is contained in:
@@ -143,6 +143,17 @@
|
|||||||
|
|
||||||
// Example grid of glyphs
|
// Example grid of glyphs
|
||||||
.items-holder.grid {
|
.items-holder.grid {
|
||||||
|
table.details {
|
||||||
|
width: 100%;
|
||||||
|
td {
|
||||||
|
font-size: inherit;
|
||||||
|
&.label {
|
||||||
|
color: pushBack($colorBodyFg, 10%);
|
||||||
|
text-transform: uppercase;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.item.glyph-item,
|
.item.glyph-item,
|
||||||
.item.swatch-item {
|
.item.swatch-item {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
@@ -155,15 +166,6 @@
|
|||||||
margin: $interiorMarginLg 0;
|
margin: $interiorMarginLg 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.details td {
|
|
||||||
font-size: inherit;
|
|
||||||
&.label {
|
|
||||||
color: pushBack($colorBodyFg, 10%);
|
|
||||||
text-transform: uppercase;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.item.glyph-item {
|
.item.glyph-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user