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

adding a white button modifier

parent bc17a615
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,17 @@
}
}
&--white {
@include button($color--white, $color--light-blue);
display: inline-block;
color: $color--light-blue;
border: 1px solid $color--mid-grey;
&:hover {
color: $color--white;
}
}
&--filters {
display: flex;
justify-content: space-between;
......
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