blob: ab45238b3a48e904f8c793a711a244952f983827 [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001@charset "utf-8";
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00002@import "../util";
Nils Diewalda944fab2015-04-08 21:02:04 +00003
4
5pre.query {
6 overflow-x: hidden;
7 cursor: pointer;
8 padding: .5em;
9 @include choose-item;
10 position:relative;
11 border: {
12 width: 2px;
13 style: solid;
14 radius: $standard-border-radius;
15 }
16 box-shadow: $choose-box-shadow;
17
18 &:hover {
19 @include choose-hover;
20 }
21 &:active {
22 @include choose-active;
23 }
24}