|
@@ -306,9 +306,15 @@ export default {
|
|
|
pointer-events: none;
|
|
|
&.isDarkTheme {
|
|
|
color: #fff;
|
|
|
+ > .splitter {
|
|
|
+ border-top: 1px dashed rgba(255,255,255,0.32);
|
|
|
+ }
|
|
|
}
|
|
|
&.notDarkTheme {
|
|
|
color: #585858;
|
|
|
+ > .splitter {
|
|
|
+ border-top: 1px dashed rgba(0,0,0,0.32);
|
|
|
+ }
|
|
|
}
|
|
|
> h1 {
|
|
|
font-size: 32px;
|
|
@@ -318,7 +324,6 @@ export default {
|
|
|
}
|
|
|
> .splitter {
|
|
|
width: 100%;
|
|
|
- border-top: 1px dashed rgba(255,255,255,0.32);
|
|
|
margin-top: 33px;
|
|
|
margin-bottom: 29px;
|
|
|
}
|