forked from elementary/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrand.css
76 lines (63 loc) · 1.34 KB
/
brand.css
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
/***************************************
* Copyright 2016–2021 elementary, Inc. *
* This file is part of elementary.io *
***************************************/
.page-brand .hex {
font-family: "Roboto Mono", monospace;
font-size: 12px;
}
.page-brand .hex::before {
content: "#";
}
.page-brand .color-palette-section {
color: white;
display: grid;
grid-gap: 24px;
grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
}
.page-brand .color-palette-box {
border-radius: 3px;
box-shadow:
0 1px 3px 0 rgba(0, 0, 0, 0.12),
0 1px 2px 0 rgba(0, 0, 0, 0.24);
font-size: 14px;
overflow: hidden;
}
.page-brand .color-palette-header {
align-items: center;
display: grid;
padding: 16px;
}
.page-brand .color-palette-header > span:nth-of-type(1) {
font-size: 22px;
margin-bottom: 6px;
}
.page-brand .color-palette-header > span:nth-of-type(2) {
font-size: 14px;
}
.page-brand .color-palette-item {
align-items: center;
display: flex;
font-size: 14px;
justify-content: space-between;
padding: 8px 16px;
}
.page-brand #community img {
display: block;
float: left;
margin: 1em 0 2em;
width: 50%;
}
.page-brand figure {
display: inline-block;
margin: 0 0 3rem;
}
.page-brand figcaption {
font-size: 0.8rem;
}
.page-brand .logomarks {
font-size: 0;
}
.page-brand .logomarks figure {
width: 50%;
}