summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/export.scss
blob: 545e3f3bf93facbca45fba0263417770d013a5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//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;
}
OpenPOWER on IntegriCloud