first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-01-25 13:06:29 -05:00
commit 346346573f
1362 changed files with 343729 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
//
// _errors.scss
//
.error-basic-img{
max-width: 450px;
}
.error-500 {
.title {
font-size: 250px;
}
.error-500-img {
position: absolute;
top: 57px;
left: 0;
right: 0;
margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.title {
font-size: 150px;
}
.error-500-img {
width: 20% !important;
top: 43px;
}
}
@media (max-width: 767.98px) {
.title {
font-size: 68px;
margin-top: 35px;
}
.error-500-img {
position: relative;
top: 0px;
}
}
}