File tree Expand file tree Collapse file tree 2 files changed +21
-20
lines changed Expand file tree Collapse file tree 2 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,13 @@ export default {
57
57
left : 0 ;
58
58
right : 0 ;
59
59
min-height : 300px ;
60
- background : linear-gradient (90deg , #0359b5ff 0% , #f6ce01ff 100% );
61
- opacity : 0.5 ;
60
+ background : v-bind(gradient);
62
61
z-index : 0 ;
63
62
}
63
+ h1 {
64
+ position : relative ;
65
+ z-index : 1 ;
66
+ }
64
67
.gpickr {
65
68
margin : 30px 0 ;
66
69
}
Original file line number Diff line number Diff line change @@ -208,24 +208,22 @@ export default {
208
208
</script >
209
209
210
210
<style lang="scss" scoped>
211
- ::v-deep {
212
- .vc-sketch {
213
- box-shadow : none ;
214
- padding : 10px ;
215
- .vc-sketch-presets {
216
- display : none ;
217
- }
218
- .vc-sketch-saturation-wrap {
219
- overflow : visible ;
220
- }
221
- .vc-saturation-pointer {
222
- margin-top : -2px ;
223
- }
224
- .vc-sketch-field {
225
- input {
226
- text-align : center ;
227
- padding : 4px 0 3px ;
228
- }
211
+ :deep(.vc-sketch ) {
212
+ box-shadow : none ;
213
+ padding : 10px ;
214
+ .vc-sketch-presets {
215
+ display : none ;
216
+ }
217
+ .vc-sketch-saturation-wrap {
218
+ overflow : visible ;
219
+ }
220
+ .vc-saturation-pointer {
221
+ margin-top : -2px ;
222
+ }
223
+ .vc-sketch-field {
224
+ input {
225
+ text-align : center ;
226
+ padding : 4px 0 3px ;
229
227
}
230
228
}
231
229
}
You can’t perform that action at this time.
0 commit comments