You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
450 B
28 lines
450 B
|
|
.ql-container { |
|
box-sizing: border-box; |
|
padding: 12px 15px; |
|
width: 100%; |
|
min-height: 30vh; |
|
height: auto; |
|
background: #fff; |
|
font-size: 16px; |
|
line-height: 1.5; |
|
} |
|
.ql-active { |
|
color: #06c; |
|
} |
|
.iconfont { |
|
display: inline-block; |
|
padding: 8px 8px; |
|
width: 24px; |
|
height: 24px; |
|
cursor: pointer; |
|
font-size: 20px; |
|
} |
|
.toolbar { |
|
box-sizing: border-box; |
|
border-bottom: 0; |
|
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; |
|
} |
|
|
|
|