27 lines
388 B
SCSS
27 lines
388 B
SCSS
.root :global(.modal-dialog) {
|
|
width: 26.25rem;
|
|
}
|
|
|
|
.title, .description {
|
|
padding-inline: 1.5rem;
|
|
text-align: center !important;
|
|
text-wrap: pretty;
|
|
}
|
|
|
|
.moreButton {
|
|
position: absolute;
|
|
top: 0.375rem;
|
|
right: 0.375rem;
|
|
}
|
|
|
|
.secondary {
|
|
color: var(--color-text-secondary);
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
line-height: 1.25;
|
|
}
|