-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
116 lines (96 loc) · 1.72 KB
/
style.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
::-webkit-scrollbar {
width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
body {
width: 500px;
height: 300px;
background-color: #121212;
color: #d5d5d5
}
.delete {
padding: 0 !important;
border: 0 !important;
float: right;
}
.save {
padding: 0 !important;
border: 0 !important;
float: right;
}
a {
text-decoration: none;
color: #d5d5d5
}
h6 {
text-align: center;
margin: 4px
}
.footer {
background-color: #121212;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
justify-content: center;
margin-top: 2px;
}
.favicon {
width: 25px;
height: 25px
}
.fav-th {
margin: 0 !important;
padding: 8px !important;
width: 30px !important;
vertical-align: middle;
}
.btn-group {
width: 100%;
margin: 0;
justify-content: center;
}
.col-6 {
padding: 0%;
}
.btn-outline-primary {
color: #d5d5d5;
border: 0px;
border-radius: 0%
}
.btn-outline-primary:hover {
background-color: #121212;
border-bottom: 3px solid #d5d5d5;
}
.selected {
border-bottom: 3px solid #018786 !important;
}
.save-to {
font-size: 12px;
font-weight: normal;
margin-bottom: 0px;
}
.btn:focus {
border: 0px;
background-color: none !important;
outline: none;
box-shadow: none;
}
/* badge */
.badge {
background-color: none;
position: relative;
top: 2px !important;
padding: 5.5px 1px 5px 1px !important;
}