🎨
This commit is contained in:
parent
12286f4915
commit
4f76acd249
30 changed files with 67 additions and 43 deletions
|
|
@ -98,7 +98,7 @@ export default Vue.extend({
|
|||
<style lang="stylus" scoped>
|
||||
.note
|
||||
font-size 12px
|
||||
border-bottom solid 1px var(--faceDivider)
|
||||
border-bottom solid var(--lineWidth) var(--faceDivider)
|
||||
|
||||
&:focus
|
||||
z-index 1
|
||||
|
|
@ -231,7 +231,7 @@ export default Vue.extend({
|
|||
|
||||
> *
|
||||
padding 16px
|
||||
border dashed 1px var(--quoteBorder)
|
||||
border dashed var(--lineWidth) var(--quoteBorder)
|
||||
border-radius 8px
|
||||
|
||||
> .app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue