caisse-bliss/assets/css/global.scss
2018-03-22 14:50:57 +01:00

10 lines
195 B
SCSS
Executable File

$brand-primary: darken(#428bca, 20%);
// the ~ allows you to reference things in node_modules
@import '~bootstrap-sass/assets/stylesheets/bootstrap';
input {
width: auto;
min-width: 2em;
}