debian-mirror-gitlab/app/assets/stylesheets/framework/jquery.scss

16 lines
274 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.ui-widget {
font-family: $regular_font;
font-size: $font-size-base;
.ui-state-default {
2017-08-17 22:00:37 +05:30
border: 1px solid $white-light;
background: $white-light;
color: $jq-ui-default-color;
2014-09-02 18:07:02 +05:30
}
.ui-state-highlight {
border: 0;
background: transparent;
2014-09-02 18:07:02 +05:30
}
2016-04-02 18:10:28 +05:30
}