summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/export.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/styles/elements/export.scss')
-rw-r--r--app/common/styles/elements/export.scss24
1 files changed, 0 insertions, 24 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
OpenPOWER on IntegriCloud