♻️ (builder) Change to features-centric folder structure
This commit is contained in:
committed by
Baptiste Arnaud
parent
3686465a85
commit
643571fe7d
31
apps/builder/src/assets/styles/plate.css
Normal file
31
apps/builder/src/assets/styles/plate.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.slate-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.slate-italic {
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
.slate-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.slate-ToolbarButton-active {
|
||||
color: blue !important;
|
||||
}
|
||||
.slate-ToolbarButton-active > svg {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.slate-ToolbarButton {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.slate-a {
|
||||
color: blue !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.slate-html-container > div {
|
||||
min-height: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user