34 lines
499 B
SCSS
34 lines
499 B
SCSS
@import '../../../../../../../src/admin/scss/styles.scss';
|
|
|
|
.button-rich-text-button {
|
|
.btn {
|
|
margin-right: base(1);
|
|
}
|
|
|
|
&__modal {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
|
|
&.payload__modal-item--enterDone {
|
|
@include blur-bg;
|
|
}
|
|
}
|
|
|
|
&__header {
|
|
width: 100%;
|
|
margin-bottom: $baseline;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
svg {
|
|
width: base(1.5);
|
|
height: base(1.5);
|
|
}
|
|
}
|
|
}
|