Skip to content

Commit 36d5fe6

Browse files
committed
Apply the common blue style to buttons under .main class.
1 parent 51a541c commit 36d5fe6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/scss/_base.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,20 @@ footer {
8888
}
8989
}
9090

91+
main {
92+
.button {
93+
display: inline-block;
94+
border-radius: 6px;
95+
padding: 6px 20px;
96+
line-height: 1.3rem;
97+
color: white;
98+
background-color: $blue;
99+
text-decoration: none;
100+
font-size: 1rem;
101+
border: 0px;
102+
}
103+
}
104+
91105
// HEADER
92106

93107
#hamburger {

0 commit comments

Comments
 (0)