[Frontend] WIP Style Guide
Fixes #1233 Style-guide thematic color constants added; Normalized doc-title content across files; Additional detail in glyphs.html;
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
text-align: justify;
|
||||
margin: auto 10%;
|
||||
|
||||
a.link {
|
||||
color: $colorKey;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
color: pullForward($colorBodyFg, 20%);
|
||||
}
|
||||
@@ -130,11 +134,10 @@
|
||||
// Example grid of glyphs
|
||||
.items-holder.grid {
|
||||
.item.glyph-item {
|
||||
$d: 200px;
|
||||
margin-bottom: 50px;
|
||||
margin-right: 10px;
|
||||
height: $d;
|
||||
width: $d;
|
||||
height: 200px;
|
||||
width: 225px;
|
||||
text-align: left;
|
||||
.glyph {
|
||||
color: $colorGlyphExample;
|
||||
@@ -143,10 +146,13 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.details td.label {
|
||||
color: pushBack($colorBodyFg, 10%);
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
table.details td {
|
||||
font-size: inherit;
|
||||
&.label {
|
||||
color: pushBack($colorBodyFg, 10%);
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
@import "../../../../platform/commonUI/general/res/sass/icons";
|
||||
|
||||
// Thematic constants
|
||||
$colorCode: rgba(black, 0.1);
|
||||
$colorCode: rgba(black, 0.2);
|
||||
$colorGlyphExample: #fff;
|
||||
|
||||
@import "style-guide-base";
|
||||
Reference in New Issue
Block a user