-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
36 lines (34 loc) · 737 Bytes
/
content.css
File metadata and controls
36 lines (34 loc) · 737 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
#status {
background-color: #438eb9;
border: 2px solid rgba(0, 0, 0, 0.75);
border-radius: 5px;
padding: 0.5em 1em;
margin: 5px;
font-weight: 400;
font-size: 1.2em;
color: white;
}
#equip {
background-color: #ffc657;
border: 2px solid rgba(0, 0, 0, 0.75);
border-radius: 5px;
padding: 0.5em 1em;
margin: 5px;
font-weight: 400;
font-size: 1.2em;
color: rgba(0, 0, 0, 0.75);
position: relative;
z-index: 2;
}
#close {
background-color: #ab0606;
border: 2px solid rgba(0, 0, 0, 0.75);
border-radius: 5px;
padding: 0.5em 1em;
margin: 5px;
font-weight: 400;
font-size: 1.2em;
color: white;
position: relative;
z-index: 2;
}