fix(styles): change quick fixes
This commit is contained in:
parent
76bce64a3a
commit
3c32b2489e
@ -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 {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
%button {
|
%input {
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user