Files
workavia-drive/tdrive/frontend/src/app/views/error/styles.scss
T
Montassar Ghanmy e0615fa867 📁 Changed TDrive root folder (#16)
📁 Changed TDrive root folder
2023-04-11 10:04:29 +01:00

34 lines
577 B
SCSS

.full_page_error {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: #fff;
.error_message {
text-align: center;
width: 600px;
padding: 40px;
margin: auto;
.title {
font-size: 40px;
.emojione {
margin-right: 5px;
width: 64px;
height: 64px;
bottom: 8px;
}
}
.subtitle {
text-align: center;
line-height: 25px;
margin: auto;
margin-top: 30px;
margin-bottom: 40px;
max-width: 500px;
}
}
}