Skip to content
Snippets Groups Projects
Commit 860c840d authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adding full width, half width and bottom space button modifiers

parent 022a9795
No related branches found
No related tags found
No related merge requests found
...@@ -88,5 +88,28 @@ ...@@ -88,5 +88,28 @@
fill: $color--primary; fill: $color--primary;
} }
} }
&--full-width {
width: 100%;
text-align: center;
}
&--half-width {
width: 50%;
padding: 10px 0;
text-align: center;
&:first-child {
margin-right: 20px;
}
}
&--bottom-space {
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment