theme.scss 166 B

123456789101112
  1. // Change any Bulma default variables here
  2. $blue: #03A9F4;
  3. .is-primary {
  4. background-color: $blue !important;
  5. }
  6. @import '~bulma';
  7. .center {
  8. text-align: center;
  9. }