-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (38 loc) · 673 Bytes
/
style.css
File metadata and controls
41 lines (38 loc) · 673 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
*
{
margin: 0px;
padding: 0px;
background-color: #ffa52e;
}
.container
{
position: absolute;
top: 40%;
left:50%;
transform: translate(-50%,-50%);
margin: 0px;
padding: 0px;
background-color: #ffa52e;
color: #471a6a;
}
i
{
font-size: 45px;
}
.btn{
border: 0 none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0 none;
}
.btn-primary {
background: #471a6a;
color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
background: #471a6a;
}
.btn-primary:active, .btn-primary.active {
background: #471a6a;
box-shadow: none;
}