Add custom font selection to rich text

[MAILPOET-2965]
This commit is contained in:
Pavel Dohnal
2020-06-10 15:39:42 +02:00
committed by Veljko V
parent f484149d8a
commit 1de099fb72
5 changed files with 72 additions and 1 deletions

View File

@@ -74,3 +74,16 @@ h2 {
line-height: 1.2;
}
}
.mailpoet_toolbar_item {
align-items: center;
background-color: white;
border-bottom: 1px solid #b5bcc2;
border-top: 1px solid #b5bcc2;
display: flex;
padding-left: $grid-gap / 2;
.mailpoet-font-family-select {
width: $grid-column-small;
}
}

View File

@@ -4,6 +4,7 @@
@import 'settings/breakpoints';
@import 'settings/colors';
@import 'settings/form-editor';
@import 'settings/grid';
// Tools
// Default mixins and functions. Still not producing any CSS.