Skip to content
Snippets Groups Projects

fix for #1378

Open Michaela Brückner requested to merge tic-1378 into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@import '../mixins';
@import '../mixins';
 
@import "breakpoints";
@mixin button() {
@mixin button() {
background: var(--color--button-background);
background: var(--color--button-background);
@@ -31,6 +32,10 @@
@@ -31,6 +32,10 @@
&.disabled,
&.disabled,
&[disabled] {
&[disabled] {
 
@media (max-width: ($major-breakpoint-small)) {
 
display: none;
 
}
 
box-shadow: none;
box-shadow: none;
color: var(--color--font-inactive);
color: var(--color--font-inactive);
background: var(--color--button-inactive-background);
background: var(--color--button-inactive-background);
Loading