You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
919 B
46 lines
919 B
//= require_tree .
|
|
//= require_self
|
|
|
|
@import 'bootstrap-sprockets';
|
|
@import 'bootstrap';
|
|
@import 'bootstrap/variables';
|
|
@import 'bootstrap/mixins';
|
|
@import 'bootstrap/normalize';
|
|
@import 'bootstrap/scaffolding';
|
|
@import 'bootstrap/type';
|
|
@import 'bootstrap/grid';
|
|
@import 'bootstrap/tables';
|
|
@import 'bootstrap/forms';
|
|
@import 'bootstrap/buttons';
|
|
@import 'bootstrap/dropdowns';
|
|
@import 'bootstrap/navs';
|
|
@import 'bootstrap/navbar';
|
|
@import 'bootstrap/progress-bars';
|
|
@import 'bootstrap/labels';
|
|
@import 'bootstrap/badges';
|
|
@import 'bootstrap/alerts';
|
|
@import 'bootstrap/utilities';
|
|
@import 'bootstrap/responsive-utilities';
|
|
|
|
@import 'font-awesome-sprockets';
|
|
@import 'font-awesome';
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
padding-top: $navbar-height + 10px;
|
|
}
|
|
|
|
.label-error, .progress-bar-error {
|
|
background-color: #000;
|
|
}
|
|
|
|
.progress-bar-default {
|
|
background-color: $label-default-bg;
|
|
}
|
|
|
|
.progress {
|
|
margin: 0;
|
|
}
|
|
|