blob: 545e3f3bf93facbca45fba0263417770d013a5e6 [file] [log] [blame]
Michael Davisaeedf9e2017-04-06 14:35:56 -05001//Export button
2.btn-export {
Michael Davisaeedf9e2017-04-06 14:35:56 -05003 color: $black;
4 font-size: .9em;
5 font-weight: 700;
6 position: relative;
Iftekharul Islam8947e702017-07-27 10:28:07 -05007 padding: 0 0 0 2em;
Michael Davisaeedf9e2017-04-06 14:35:56 -05008 margin-right: .6em;
Michael Davis51946552017-05-01 10:30:38 -05009 text-decoration: none;
Iftekharul Islam8947e702017-07-27 10:28:07 -050010 margin-top: 0;
Michael Davisaeedf9e2017-04-06 14:35:56 -050011 &:hover {
12 text-decoration: underline;
13 }
14}
Michael Davisaeedf9e2017-04-06 14:35:56 -050015.btn-export:before {
16 content: '\21E5';
17 position: absolute;
18 font-size: 1.7em;
19 vertical-align: middle;
20 transform: rotate(90deg);
21 display: inline-block;
22 left: 2px;
Michael Davisf0504852017-07-27 15:42:39 -050023 top: -7px;
Michael Davisaeedf9e2017-04-06 14:35:56 -050024}