commit
05cb662ccc
12838
public/css/app.css
vendored
12838
public/css/app.css
vendored
File diff suppressed because it is too large
Load Diff
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
.ql-editor p {
|
.ql-editor p {
|
||||||
color: #424242;
|
color: #424242;
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-toolbar {
|
.ql-toolbar {
|
||||||
@ -24,13 +25,14 @@
|
|||||||
@apply text-sm text-light-gray;
|
@apply text-sm text-light-gray;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: .625rem .75rem;
|
padding: 12px 9px !important;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-top: unset;
|
border-top: unset;
|
||||||
border-bottom-left-radius: 0.5rem;
|
border-bottom-left-radius: 0.5rem;
|
||||||
border-bottom-right-radius: 0.5rem;
|
border-bottom-right-radius: 0.5rem;
|
||||||
|
font-size: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-toolbar button:hover {
|
.ql-toolbar button:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user