File tree Expand file tree Collapse file tree 3 files changed +31
-14
lines changed Expand file tree Collapse file tree 3 files changed +31
-14
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ export default {
45
45
flex-direction column
46
46
height 100%
47
47
48
+ .header
49
+ background $white
50
+
51
+ .app.dark &
52
+ background transparent
53
+
48
54
.scroll
49
55
flex 1
50
56
overflow auto
Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ export default {
55
55
.left , .right
56
56
position relative
57
57
58
+ .right
59
+ background darken ($white , 10% )
60
+
61
+ .app.dark &
62
+ background transparent
63
+
58
64
.left
59
65
border-right 1px solid $border-color
60
66
.app.dark &
Original file line number Diff line number Diff line change @@ -64,31 +64,36 @@ export default {
64
64
@import "../variables"
65
65
66
66
.data-wrapper
67
- padding 10px 0 20px 0
68
- background darken ($white , 10% )
67
+ padding 10px 0
69
68
70
69
.app.dark &
71
70
background $slate
72
71
73
- .data-fields
74
- padding 20px
75
- background $white
76
- border-bottom-left-radius 3px
77
- border-bottom-right-radius 3px
78
-
79
- .app.dark &
80
- border 1px solid $green
81
- background transparent
82
-
83
72
.data-el
84
- margin-bottom 10px
85
- padding 0px 10px
73
+ margin 0 10px 10px 10px
86
74
font-size 14px
75
+ box-shadow 0px 0px 5px darken ($white , 20% )
76
+
77
+ .app.dark &
78
+ box-shadow none
87
79
88
80
.data-type
89
81
color $white
90
82
background $green
91
83
padding 5px 10px 5px 20px
92
84
border-top-left-radius 3px
93
85
border-top-right-radius 3px
86
+
87
+ .app.dark &
88
+ background $dark-border-color
89
+
90
+ .data-fields
91
+ padding 20px
92
+ background $white
93
+ border-radius 3px
94
+
95
+ .app.dark &
96
+ border 1px solid $dark-border-color
97
+ background transparent
98
+
94
99
</style >
You can’t perform that action at this time.
0 commit comments