forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.mat.styl
More file actions
45 lines (40 loc) · 866 Bytes
/
editor.mat.styl
File metadata and controls
45 lines (40 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.q-editor
border $editor-border
&.disabled
border-style dashed
&.fullscreen
border 0 !important
.q-editor-content
outline 0
padding $editor-content-padding
min-height $editor-content-min-height
background white
hr
border 0
outline 0
margin 1px
height 1px
background $editor-hr-color
.q-editor-toolbar-padding
padding $editor-toolbar-padding
.q-editor-toolbar
border-bottom $editor-border
background $grey-4
.q-btn-group
box-shadow none
.q-btn-group + .q-btn-group
margin-left $editor-button-gutter
.q-editor-toolbar-separator
.q-btn-group + .q-btn-group
padding-left $editor-button-gutter
&:before
content ''
position absolute
left 0
top 0
bottom 0
height 100%
width 1px
background $editor-border-color
.q-editor-input input
color inherit