File size: 448 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
.plugin-custom-domain-dialog__content {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 24px;
text-align: center;
.plugin-icon {
width: 72px;
height: 72px;
}
}
.plugin-custom-domain-dialog__description {
max-width: 412px;
}
.plugin-custom-domain-dialog__icon {
.plugin-icon {
margin: 0;
}
}
.plugin-custom-domain-dialog__install_plugin {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
|