29 lines
324 B
SCSS
29 lines
324 B
SCSS
.event-date-notice-modal {
|
|
display: grid;
|
|
gap: 1.5rem;
|
|
justify-items: stretch;
|
|
text-align: center;
|
|
}
|
|
|
|
h2,
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
h2 {
|
|
color: var(--tenant-danger);
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
line-height: 1.25;
|
|
}
|
|
|
|
p {
|
|
color: #666666;
|
|
font-size: 15px;
|
|
line-height: 1.35;
|
|
}
|
|
|
|
b {
|
|
font-weight: 700;
|
|
}
|