forked from mazipan/bulma-admin-dashboard-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.scss
100 lines (85 loc) · 1.34 KB
/
main.scss
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
.nav-tag{
padding-right: 30px;
}
.tag-notif{
border-radius: 50%;
position: absolute;
top: 5px;
margin-left: 10px;
@media (max-width: 768px) {
margin-left: -2px;
}
}
.navbar{
background: #2E363F;
&-item{
background-color: #2E363F;
color: #afb8c3 !important;
&.is-active{
background-color: #f5f5f5 !important;
color: #363636 !important;
}
&:hover {
background-color: #f5f5f5 !important;
color: #363636 !important;
}
}
.is--brand{
&:hover {
background-color: #2E363F !important;
}
}
&-brand-logo{
max-height: 3rem !important;
background-color: #fff;
border-radius: .25em;
padding: .25em;
}
&-dropdown{
.navbar-item{
background-color: #fff;
}
}
&-burger{
background-color: #2E363F !important;
border: 0;
span{
background-color: #00d1b2;
}
}
&-link{
figure{
img{
border-radius: 50%;
max-height: 2em;
}
}
}
}
.breadcrumb:not(:last-child){
margin-bottom: 0;
}
// navigation left area
.aside{
background: #2E363F;
padding: 2em .2em 0 1em;
a{
color: #afb8c3;
}
.menu-list {
li {
margin-top: .5em;
}
}
}
// main area
.main{
padding: 2em 1em 0 1em;
}
.menu-label{
color: #00d1b2;
margin-left: .5em;
}
.block{
margin-top: .5em;
}