summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/toggle-filter.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/styles/elements/toggle-filter.scss')
-rw-r--r--app/common/styles/elements/toggle-filter.scss13
1 files changed, 6 insertions, 7 deletions
diff --git a/app/common/styles/elements/toggle-filter.scss b/app/common/styles/elements/toggle-filter.scss
index ebdcf91..94c94d1 100644
--- a/app/common/styles/elements/toggle-filter.scss
+++ b/app/common/styles/elements/toggle-filter.scss
@@ -14,13 +14,12 @@
}
margin-right: 2em;
margin-bottom: 1em;
- button {
- margin: 3px -3px;
- padding: .6em 2em;
- font-size: .9em;
- font-weight: 700;
- border-radius: 0;
- display: inline-block;
+ .btn {
+ float:left;
+ width: 100px;
+ &:not(:first-of-type) {
+ border-left-width: 1px;
+ }
}
.btn-primary {
border: 2px solid $primebtn__bg;
OpenPOWER on IntegriCloud