13 lines
215 B
SCSS
13 lines
215 B
SCSS
.writefull-loading-bar {
|
|
font-size: var(--font-size-02);
|
|
height: 40px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.writefull-error-notification {
|
|
margin: 48px 64px;
|
|
width: 100%;
|
|
max-width: 520px;
|
|
text-align: left;
|
|
}
|