-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path:q
52 lines (47 loc) · 1.77 KB
/
:q
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
50.19.85.154 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAu8erSx6jh+8ztsfHwkNeFr/SZaSOcvoa8AyMpaerGIPZDB2TKNgNkMSYTLYGDK2ivsqXopo2W7dpQRBIVF80q9mNXy5tbt1WE04gbOBB26Wn2hF4bk3Tu+BNMFbvMjPbkVlC2hcFuQJdH4T2i/dtauyTpJbD/6ExHR9XYVhdhdMs0JsjP/Q5FNoWh2ff9YbZVpDQSTPvusUp4liLjPfa/i0t+2LpNCeWy8Y+V9gUlDWiyYwrfMVI0UwNCZZKHs1Unpc11/4HLitQRtvuk0Ot5qwwBxbmtvCDKZvj1aFBid71/mYdGRPYZMIxq1zgP1acePC1zfTG/lvuQ7d0Pe0kaw==
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch armen-style-guide
# Changes to be committed:
# modified: style_guide.css
# modified: style_guide.html
#
# ------------------------ >8 ------------------------
# Do not touch the line above.
# Everything below will be removed.
diff --git a/style_guide.css b/style_guide.css
index b46a43f..562b9d9 100644
--- a/style_guide.css
+++ b/style_guide.css
@@ -38,7 +38,22 @@ h6 {}
/*BUTTON AND LISTS */
-button.primary {}
+button.primary {
+ display: inline-block;
+ border: none;
+ padding: .5em;
+ margin: 1em;
+ background: #1DB078;
+ color: white;
+ font-size: 1em;
+ /* box-shadow: 2px 2px 1px #1DB078; */
+}
+
+button.primary:hover {
+ color: #FFC470;
+ box-shadow: 1px 1px 2px #1DB078;
+}
+
button.secondary {}
ul {}
diff --git a/style_guide.html b/style_guide.html
index cf34b4f..13f85dd 100644
--- a/style_guide.html
+++ b/style_guide.html
@@ -14,6 +14,7 @@
<p class='medium'>Short ribs pancetta pig, ball tip meatball ham hock strip steak shankle.</p>
<p class='large'>Short ribs pancetta pig, ball tip meatball ham hock strip steak shankle.</p>
<p class='x-large'>Short ribs pancetta pig, ball tip meatball ham hock strip steak shankle.</p>
+
<button class='primary'>Bacon</button><br>
<button class='secondary'>Bacon</button>