forked from abrignoni/ALEAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
60 lines (52 loc) · 814 Bytes
/
custom.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
/* --------------------------------CUSTOM CSS - -------------------------------*/
.navbar {
justify-content: normal;
}
.custom-control {
position: fixed;
right: 0;
}
#sidebar_id {
left: 0;
}
button {
background:transparent;
border:none;
width:30px;
height:30px;
cursor:pointer;
outline:0;
}
.toggle span {
width:100%;
height:3px;
background:#555;
display:block;
position:relative;
coursor:pointer;
}
.toggle span:before,
.toggle span:after {
content:'';
position:absolute;
left:0;
width:100%;
height:100%;
background:#555;
transition: all 0.3s ease-out;
}
.toggle span:before {
top:-8px;
}
.toggle span:after {
top:8px;
}
}
#main {margin-left: 16.6666666666667%;
transition: 0.5s;}
.row {
display: block;
}
.col-sm-12 {
float: left;
}