caisse-bliss/assets/css/global.scss

10 lines
195 B
SCSS
Raw Normal View History

2018-03-15 16:57:30 +01:00
$brand-primary: darken(#428bca, 20%);
// the ~ allows you to reference things in node_modules
@import '~bootstrap-sass/assets/stylesheets/bootstrap';
2018-03-15 17:14:57 +01:00
input {
width: auto;
min-width: 2em;
}