|
|
@@ -1,4 +1,4 @@
|
|
|
-@import './variables.scss';
|
|
|
+@import "./variables.scss";
|
|
|
|
|
|
@mixin colorBtn($color) {
|
|
|
background: $color;
|
|
|
@@ -14,31 +14,31 @@
|
|
|
}
|
|
|
|
|
|
.blue-btn {
|
|
|
- @include colorBtn($blue)
|
|
|
+ @include colorBtn($blue);
|
|
|
}
|
|
|
|
|
|
.light-blue-btn {
|
|
|
- @include colorBtn($light-blue)
|
|
|
+ @include colorBtn($light-blue);
|
|
|
}
|
|
|
|
|
|
.red-btn {
|
|
|
- @include colorBtn($red)
|
|
|
+ @include colorBtn($red);
|
|
|
}
|
|
|
|
|
|
.pink-btn {
|
|
|
- @include colorBtn($pink)
|
|
|
+ @include colorBtn($pink);
|
|
|
}
|
|
|
|
|
|
.green-btn {
|
|
|
- @include colorBtn($green)
|
|
|
+ @include colorBtn($green);
|
|
|
}
|
|
|
|
|
|
.tiffany-btn {
|
|
|
- @include colorBtn($tiffany)
|
|
|
+ @include colorBtn($tiffany);
|
|
|
}
|
|
|
|
|
|
.yellow-btn {
|
|
|
- @include colorBtn($yellow)
|
|
|
+ @include colorBtn($yellow);
|
|
|
}
|
|
|
|
|
|
.pan-btn {
|
|
|
@@ -64,7 +64,7 @@
|
|
|
|
|
|
&:before,
|
|
|
&:after {
|
|
|
- content: '';
|
|
|
+ content: "";
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
@@ -97,3 +97,4 @@
|
|
|
font-size: 14px;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
+
|