c23ba1f6fb
Changes at a glance: - Switch from BS3 to BS4 - Polishing of some UI elements (low-hanging fruit for UX) - Mobile-friendly layout.
9 lines
258 B
SCSS
9 lines
258 B
SCSS
$icon-font-path: '../open-iconic/font/fonts/';
|
|
|
|
$enable-rounded: false;
|
|
|
|
$font-family-base: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
|
|
$jumbotron-padding: 2rem;
|
|
|
|
$btn-disabled-opacity: 0.45;
|