sass-loader removed
This commit is contained in:
parent
822acd7714
commit
2e24d12984
1 changed files with 2 additions and 5 deletions
|
@ -95,12 +95,9 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang='less'>
|
||||||
|
|
||||||
.editor {
|
.editor {
|
||||||
$color-black: #000000;
|
|
||||||
$color-white: #ffffff;
|
|
||||||
$color-grey: #dddddd;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
|
||||||
|
@ -122,7 +119,7 @@ export default {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background: $color-grey;
|
background: #dddddd;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0.1rem;
|
padding: 0.1rem;
|
||||||
transition: opacity 0.2s, visibility 0.2s, left .2s, bottom .2s;
|
transition: opacity 0.2s, visibility 0.2s, left .2s, bottom .2s;
|
||||||
|
|
Loading…
Reference in a new issue