2020-05-25 16:45:38 +00:00
|
|
|
// Extra class for specificity to overwrite editor styles.
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-title.wc-block-components-title {
|
2020-06-05 10:00:19 +00:00
|
|
|
@include reset-box();
|
2020-05-29 10:16:33 +00:00
|
|
|
@include font-size(large);
|
2021-04-09 15:01:34 +00:00
|
|
|
word-break: break-word;
|
2020-06-05 10:00:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// For Twenty Twenty we need to increase specificity a bit more.
|
|
|
|
.theme-twentytwenty {
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-title.wc-block-components-title {
|
2020-06-05 10:00:19 +00:00
|
|
|
@include reset-box();
|
|
|
|
@include font-size(large);
|
2021-04-09 15:01:34 +00:00
|
|
|
word-break: break-word;
|
2020-06-05 10:00:19 +00:00
|
|
|
}
|
2020-05-25 16:45:38 +00:00
|
|
|
}
|