-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.css
74 lines (72 loc) · 1.21 KB
/
demo.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
.demo {
padding-left: 140px;
/*transition: padding-left 0.3s ease-in-out;*/
}
.demo+aside {
position: fixed;
left: 0px;
top: 0px;
width: 120px;
background: #333;
height: 100%;
}
.demo+aside a {
color: #ccc;
text-decoration: none;
padding: .4em 1em;
font-size: .9em;
display: block
}
.demo+aside a:hover {
color: #fff
}
.demo hr {
border: none;
border-bottom: #eee 1px solid;
margin: 0 0 .5em 0
}
.demo .section {
margin: 0 20px 1rem 0
}
.demo code {
display: inline-block;
background: #EFF7EC;
padding: 2px 4px;
font-size: 90%;
color: #25A51E
}
.test .grid {
margin-bottom: 0.5rem
}
.test .col>* {
background: #eee;
margin-bottom: 1rem;
padding: .2em;
text-align: center
}
.test .col>.grid {
padding: 0px
}
.test .col .col>* {
background: #ccc;
margin-bottom: 0px
}
.test_brdr .col {
padding: 0px;
border: #ccc 1px solid;
border-left: #fff 1px solid
}
.test_brdr .col:first-child {
border-left: #ccc 1px solid
}
.test_brdr .col>* {
padding: 5px 3px
}
.menu_on {
/*padding-left: 0px;*/
}
.navbar {
/*background: #eee;*/
/* padding: 9px 0; */
}
/*# sourceMappingURL=demo.css.map */