-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.scss
66 lines (54 loc) · 1.04 KB
/
theme.scss
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
---
---
.theme-header {
border-bottom: 1px solid #aaa;
padding: 20px;
text-align: center;
font-size: 40px;
font-weight: 900;
margin: 250px 50px 20px;
}
.theme-block {
margin-top: 150px;
margin-bottom: 150px;
> *:not(.example) { margin: 0 150px; }
> .header {
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
}
> .component { }
> .component:before {
content: "Component: ";
color: rgba(100,100,150,0.5);
}
> .element { }
> .element:before {
content: "Element: ";
color: rgba(100,100,150,0.5);
}
> .variant {
margin-bottom: 0;
margin-top: 25px;
}
> .variant:before {
content: "Variant: ";
color: rgba(100,100,150,0.5);
}
> .example { margin: 25px 0 70px; }
> .example::after {
content: "";
clear: both;
display: table;
}
> .example.-highlight {
background-color: rgba(100,100,150, 0.05);
overflow: auto;
}
> .example.-padded { margin: 70px 150px; }
> .highlight {
color: #888;
position: absolute;
right: 0;
}
}