Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 5dbeeb5

Browse files
committed
Added long buttons (closes #28)
1 parent c315a7d commit 5dbeeb5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

demo/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h2 id="buttons">Buttons</h2>
1818
<button class="btn-default">Default</button>
1919
<button class="btn-error">Error</button>
2020
<button class="btn-success">Success</button>
21+
<button class="btn-dark btn-long">Big Black Button</button>
2122

2223
<hr />
2324

scss/components/_buttons.scss

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
@include button-variant($colour);
44
}
55
}
6+
7+
.btn-long{
8+
display: block;
9+
margin: 0;
10+
width: 100%;
11+
}

0 commit comments

Comments
 (0)