source: resources/assets/sass/components/error.scss@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 457 bytes
Line 
1body.error-page {
2 img {
3 width: 50%;
4 display: table;
5 margin: 50px auto;
6 }
7
8 .display-1 {
9 font-size: 10em
10 }
11}
12
13.error-page {
14 text-align: center;
15 height: calc(100vh - 120px);
16 display: flex;
17 align-items: center;
18 justify-content: center;
19
20 .error-page-item {
21 font-size: 14rem;
22 line-height: 14rem;
23 margin-left: -2rem;
24 text-shadow: -5px 1px 0px white;
25
26 &:nth-child(2) {
27 transform: translate(0, 10px);
28 display: inline-block;
29 }
30 }
31}
Note: See TracBrowser for help on using the repository browser.