-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtag.scss
More file actions
47 lines (42 loc) · 785 Bytes
/
tag.scss
File metadata and controls
47 lines (42 loc) · 785 Bytes
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
---
---
@import "support";
.tag_desc {
font-size: 105%;
font-family: $readable-font-family;
margin-top: 20px;
}
.tag_desc p {
margin-bottom: 6px;
}
header figure {
padding-top: 15px;
}
.subtopics {
font-size: 105%;
line-height: 1.6;
ul {
list-style: none;
}
li {
width: fit-content;
}
i {
padding-right: 0.5em;
}
.subtopic-card {
border-radius: 10px;
width: fit-content;
background-color: $grey-color-light;
margin-bottom: $spacing-unit;
img {
width: 248px;
margin-left: 0px;
margin-right: 0px;
border-radius: $topradii;
}
.subtopic-img-label {
padding-left: 1.5em;
}
}
}