-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.module.css
More file actions
53 lines (53 loc) · 835 Bytes
/
Copy pathstyle.module.css
File metadata and controls
53 lines (53 loc) · 835 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
47
48
49
50
51
52
53
.thqLink {
color: #2b2b2b;
text-decoration: underline;
text-decoration-color: #0089be;
}
.thqButton {
color: #2b2b2b;
padding: 5px 10px;
border-color: #0089be;
border-style: solid;
border-width: 1px;
border-radius: 4px;
background-color: #fff;
}
.thqTextInput {
border: 1px solid #2b2b2b;
border-radius: 2px;
background-color: #fff;
}
.thqNumberInput {
border: 1px solid #2b2b2b;
border-radius: 2px;
background-color: #fff;
}
.thqTextArea {
border: 1px solid #2b2b2b;
border-radius: 2px;
background-color: #fff;
}
.thqImage {
border: unset;
}
.thqIcon {
fill: #2b2b2b;
}
.thqHeading1 {
font-weight: 700;
}
.thqHeading2 {
font-weight: 700;
}
.thqHeading3 {
font-weight: 700;
}
.thqHeading4 {
font-weight: 700;
}
.thqHeading5 {
font-weight: 700;
}
.thqHeading6 {
font-weight: 700;
}