-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathsb-admin-2-theme2.css
More file actions
44 lines (38 loc) · 907 Bytes
/
sb-admin-2-theme2.css
File metadata and controls
44 lines (38 loc) · 907 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
body {
font-family: Vazirmatn, sans-serif;
background-color: #0093E9;
background-image: linear-gradient(160deg, #1441a9 0%, #612bb7 100%);
}
#wrapper #content-wrapper {
background-color:#f8f9fc00 !important;
}
.form-group {
text-align: right;
}
#content{
background: #f8f9fc;
margin: 30px 30px 0px 30px;
border-radius: 20px;
overflow: hidden;
margin-bottom: 0;
}
#wrapper>.sidebar {
background-color: #0094e900 !important;
background-image: none !important;
background-size: auto !important;
}
footer.sticky-footer {
background: none !important;
}
.border-right-info {
border-right: .25rem solid #36b9cc!important
}
.border-right-warning {
border-right: .25rem solid #f6c23e!important
}
.border-right-success {
border-right: .25rem solid #1cc88a!important;
}
.border-right-primary {
border-right: .25rem solid #4e73df!important
}