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.

_fixes.scss 236B

12345678910111213141516
  1. // todo: disabled button styles
  2. button {
  3. &:disabled {
  4. cursor: default;
  5. }
  6. &.disabled {
  7. cursor: default;
  8. }
  9. }
  10. // todo: brand button icon margin
  11. .btn-brand:not(:only-child) {
  12. .c-icon {
  13. margin-top: 0 !important;
  14. }
  15. }