-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.css
47 lines (43 loc) · 817 Bytes
/
skills.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
#instructions {
font-family: Arial;
font-size: 16px;
border:2px solid;
border-radius:5px;
width: 95%;
padding-left:5px;
padding-right: 5px;
position: relative;
color: black;
}
#path_instructions {
font-family: Arial;
font-size: 14px;
width: 45%;
padding-left:5px;
padding-right: 5px;
position: relative;
color: black;
}
.button {
border:2px solid;
border-radius:5px;
width: 140px;
padding-left:5px;
padding-right: 5px;
background-color: #DCDCDC;
color: black;
margin: 10px 2px 10px 2px;
}
.button.active {
background-color: #F8F8FF;
color: #525252;
}
.done {
font-family: Arial;
font-size: 16px;
width: 15%;
padding-left:5px;
padding-right: 5px;
position: relative;
color: black;
}