2017-07-21 22:16:45 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
|
2017-10-24 23:43:49 +08:00
|
|
|
$icon-top-offset: -.4em;
|
|
|
|
$icon-left-offset: -.1em;
|
|
|
|
$square-side-length: 1.56rem;
|
|
|
|
|
2017-07-21 22:16:45 +08:00
|
|
|
.btn {
|
2017-08-08 22:52:26 +08:00
|
|
|
flex: 0 0;
|
2017-10-06 04:13:29 +08:00
|
|
|
margin-top: auto;
|
2017-10-17 03:28:27 +08:00
|
|
|
|
2017-10-17 23:48:34 +08:00
|
|
|
span {
|
2017-10-24 22:41:29 +08:00
|
|
|
width: $square-side-length;
|
|
|
|
height: $square-side-length;
|
2017-10-17 23:48:34 +08:00
|
|
|
}
|
|
|
|
|
2017-10-17 03:28:27 +08:00
|
|
|
i {
|
|
|
|
color: $color-gray-dark !important;
|
2017-10-24 22:41:29 +08:00
|
|
|
top: $icon-top-offset;
|
|
|
|
left: $icon-left-offset;
|
2017-10-17 03:28:27 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
span {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
}
|
2017-10-24 22:52:49 +08:00
|
|
|
}
|