mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
init crater
This commit is contained in:
40
resources/assets/sass/pages/404.scss
vendored
Normal file
40
resources/assets/sass/pages/404.scss
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
|
||||
.page-error-404 {
|
||||
|
||||
background: $ls-color-secondary;
|
||||
|
||||
.error-box {
|
||||
border-radius: 4px;
|
||||
left: 50%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 45px;
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
color: $white;
|
||||
transform: translate(-50%, -60%);
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 10rem;
|
||||
color: $ls-color-primary;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 2rem;
|
||||
color: $white;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.bg-yellow {
|
||||
background-color: $ls-color-primary;
|
||||
color: $ls-color-secondary;
|
||||
|
||||
&:hover {
|
||||
background-color: darken($ls-color-primary, 5%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user