Add custom font selection to rich text
[MAILPOET-2965]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user