|
@@ -75,7 +75,7 @@
|
|
|
|
|
|
|
|
>div,
|
|
>div,
|
|
|
>view {
|
|
>view {
|
|
|
- @extend .flex;
|
|
|
|
|
|
|
+ display: flex;
|
|
|
// justify-content: start;
|
|
// justify-content: start;
|
|
|
|
|
|
|
|
>div:first-child,
|
|
>div:first-child,
|
|
@@ -135,6 +135,15 @@
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.chunk10 {
|
|
|
|
|
+ @extend .chunk1;
|
|
|
|
|
+
|
|
|
|
|
+ >div,
|
|
|
|
|
+ >view {
|
|
|
|
|
+ display: initial;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.chunk11 {
|
|
.chunk11 {
|
|
|
@extend .chunk1;
|
|
@extend .chunk1;
|
|
|
|
|
|
|
@@ -546,6 +555,10 @@ body {
|
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .initial-color {
|
|
|
|
|
+ color: initial;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.p-color {
|
|
.p-color {
|
|
|
color: $p-color;
|
|
color: $p-color;
|
|
|
}
|
|
}
|
|
@@ -580,6 +593,10 @@ body {
|
|
|
background-color: $bg-color;
|
|
background-color: $bg-color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .grayscale {
|
|
|
|
|
+ filter: grayscale(1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.border-box {
|
|
.border-box {
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|