forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.css
More file actions
60 lines (60 loc) · 1.11 KB
/
Copy pathadmin.css
File metadata and controls
60 lines (60 loc) · 1.11 KB
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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
height: 100%;
}
.button.is-success {
background-color: #2EB398;
}
.nav.is-dark {
background-color: #232B2D;
color: #F6F7F7;
}
.nav.is-dark .nav-item a, .nav.is-dark a.nav-item {
color: #F6F7F7;
}
.nav.is-dark .nav-item a.button.is-default {
color: #F6F7F7;
background-color: transparent;
border-width: 2px;
}
.aside {
background-color: #354052;
margin-right: -10px;
}
.aside .main {
padding: 40px;
color: #6F7B7E;
}
.aside .title {
color: #6F7B7E;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.aside .main .item {
display: block;
padding: 10px 0;
color: #6F7B7E;
}
.aside .main .item.active {
color: #F6F7F7;
}
.aside .main .icon {
font-size: 19px;
padding-right: 30px;
}
.aside .main .name {
font-size: 16px;
font-weight: bold;
}
.admin-panel {
padding-bottom: 0;
}
.content {
display: block;
background-color: #fff;
padding: 40px 20px;
}
.hero .tabs ul {
border-bottom: 1px solid #d3d6db;
}