Skip to content

Commit eee41e0

Browse files
committed
Added aline-btns.css
1 parent de56b85 commit eee41e0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

dist/aline-btns.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* aline.btns.css, addon for aline.css;
3+
* Author: Vladimir "srw" Ozhiganov;
4+
* Version: 1.0.0;
5+
*/
6+
/*Gamburger*/
7+
.g-icon {
8+
display: inline-block;
9+
position: relative;
10+
vertical-align: middle;
11+
width: 30px;
12+
height: 20px;
13+
font-size: 0;
14+
cursor: pointer;
15+
}
16+
.g-icon span {
17+
display: inline-block;
18+
position: absolute;
19+
width: 100%;
20+
height: 2px;
21+
background-color: #000;
22+
border-radius: 0;
23+
left: 0
24+
}
25+
.g-icon span:nth-child(1) {
26+
top: 0
27+
}
28+
.g-icon span:nth-child(2) {
29+
top: 9px
30+
}
31+
.g-icon span:nth-child(3) {
32+
top: 18px
33+
}

0 commit comments

Comments
 (0)