summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/styles/elements')
-rw-r--r--app/common/styles/elements/export.scss24
-rw-r--r--app/common/styles/elements/index.scss1
-rw-r--r--app/common/styles/elements/inline-confirm.scss1
-rw-r--r--app/common/styles/elements/toggle-filter.scss13
4 files changed, 6 insertions, 33 deletions
diff --git a/app/common/styles/elements/export.scss b/app/common/styles/elements/export.scss
deleted file mode 100644
index 545e3f3..0000000
--- a/app/common/styles/elements/export.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-//Export button
-.btn-export {
- color: $black;
- font-size: .9em;
- font-weight: 700;
- position: relative;
- padding: 0 0 0 2em;
- margin-right: .6em;
- text-decoration: none;
- margin-top: 0;
- &:hover {
- text-decoration: underline;
- }
-}
-.btn-export:before {
- content: '\21E5';
- position: absolute;
- font-size: 1.7em;
- vertical-align: middle;
- transform: rotate(90deg);
- display: inline-block;
- left: 2px;
- top: -7px;
-} \ No newline at end of file
diff --git a/app/common/styles/elements/index.scss b/app/common/styles/elements/index.scss
index 25162bb..c8bbfce 100644
--- a/app/common/styles/elements/index.scss
+++ b/app/common/styles/elements/index.scss
@@ -8,7 +8,6 @@
@import "content-search";
@import "paginate";
@import "tags";
-@import "export";
@import "modals";
@import "quicklinks";
@import "toast";
diff --git a/app/common/styles/elements/inline-confirm.scss b/app/common/styles/elements/inline-confirm.scss
index c65e5de..873e66e 100644
--- a/app/common/styles/elements/inline-confirm.scss
+++ b/app/common/styles/elements/inline-confirm.scss
@@ -26,7 +26,6 @@
border: 2px solid $white;
padding: 1em 2.2em;
margin: 0 10px;
- border-radius: 4px;
&:focus,
&.default {
background: $primebtn__bg;
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