New .button.outline CSS style

This commit is contained in:
Francis Lachapelle
2014-09-10 16:25:46 -04:00
parent 20497e49e3
commit 16cd231ce3
2 changed files with 23 additions and 13 deletions
@@ -446,6 +446,16 @@ $column-gutter: 0;
&.alert {
color: $alert-color;
}
&.outline {
background-color: transparent;
border-width: 1px;
&.secondary {
color: $secondary-color;
&:hover {
color: $button-font-color;
}
}
}
}
.f-dropdown {