1 @import 'mixins/background-gradient';
2 @import 'mixins/inner-border';
3 @import 'mixins/frame';
8 -khtml-user-select:none;
9 -webkit-user-select:ignore;
14 @mixin important-no-border-radius {
15 //we need to hard code this so we can declare !important
16 -moz-border-radius: 0 !important;
17 -webkit-border-radius: 0 !important;
18 -o-border-radius: 0 !important;
19 -ms-border-radius: 0 !important;
20 -khtml-border-radius: 0 !important;
21 border-radius: 0 !important;