We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de56b85 commit eee41e0Copy full SHA for eee41e0
dist/aline-btns.css
@@ -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
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