22 lines
No EOL
374 B
SCSS
22 lines
No EOL
374 B
SCSS
.error-container {
|
|
height: 20vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 5em;
|
|
.error {
|
|
color: #2f3640;
|
|
display: flex;
|
|
align-items: center;
|
|
.error-icon {
|
|
margin-right: 2.2em;
|
|
margin-left: 1.3em;
|
|
i {
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
.error-title {
|
|
margin-bottom: 0.3em;
|
|
}
|
|
}
|
|
} |