Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
// These styles are specifically for Pattern Lab.
.sg-main {
padding: 0 4%;
font-family: $proxima;
}
.sg-tabs-panel {
min-height: 25em !important;
}
.sg-pattern-extra-code {
width: 100% !important;
}
.sg-pattern-extra-code .language-markup {
font-size: 85% !important;
}
#sg-patterns {
.sg-subtype h2 {
font-size: 1.75rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
clear: both;
background: $gray-lightest;
@include breakout;
padding: 6px 0 0 4.5%;
margin-top: 2.5em;
a {
color: $red;
font-weight: 700;
text-decoration: none;
&:hover {
color: $teal;
}
}
}
.sg-subtype:first-child h2 {
margin-top: 0;
}
}
.sg-pattern-title a {
font-family: $proxima !important;
color: $gray-dark;
font-size: 1.375rem;
text-transform: uppercase;
}
.sg-colors {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
li {
flex: auto;
padding: 0.3em;
margin: 0 0.3em 1em;
min-width: 9em;
max-width: 10em;
}
&__sample {
display: block;
height: 100px;
margin-bottom: 0.3em;
border: 1px solid $gray-lighter;
}
}
.sg-typography {
display: flex;
flex-wrap: wrap;
.sg-typography__group {
padding: 1em 0.25em;
min-width: 40%;
.sg-info {
padding: 10px;
font-size: 30px;
}
}
}
#viewall-base-utils {
display: none;
}