fix(styles): change quick fixes

This commit is contained in:
Walid 2022-04-05 03:11:15 +00:00
parent 76bce64a3a
commit 3c32b2489e
No known key found for this signature in database
GPG Key ID: 4BDA1ABD227F9279
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
@mixin respond-to($breakpoint) { @mixin respond-to($breakpoint) {
@if map-has-key($breakpoints, $breakpoint) { @if map-has-key($breakpoints, $breakpoint) {
@media (max-width: map-get($breakpoints, $breakpoint)) { @media (min-width: map-get($breakpoints, $breakpoint)) {
@content; @content;
} }
} @else { } @else {

View File

@ -11,7 +11,7 @@
padding: 20px; padding: 20px;
} }
%button { %input {
outline: none; outline: none;
border: none; border: none;
background: none; background: none;