- saving progress;
This commit is contained in:
@@ -225,6 +225,31 @@
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.appPageSection__message {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
background: rgba(255, 242, 226, 0.7);
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 6px;
|
||||
padding: 1.25rem 1.75rem;
|
||||
border-radius: 6px;
|
||||
|
||||
&.warning {
|
||||
color: var(--message-warning-color);
|
||||
border-color: var(--message-warning-color);
|
||||
}
|
||||
|
||||
&.info {
|
||||
color: var(--message-info-color);
|
||||
border-color: var(--message-info-color);
|
||||
}
|
||||
|
||||
.summary {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@container section_with_border (max-width: 600px) {
|
||||
.appPageSection__withBorder {
|
||||
.row {
|
||||
|
||||
Reference in New Issue
Block a user