sync
[bootswatch] / AdminLTE-master / less / 404_500_errors.less
1 /* 
2     Page: 404 and 500 error pages
3 ------------------------------------
4 */
5
6 .error-page {
7     width: 600px;
8     margin: 20px auto 0 auto;
9     @media screen and (max-width: @screen-sm) {
10         width: 100%;
11     }
12     //For the error number e.g: 404
13     > .headline {
14         float: left;        
15         font-size: 100px;
16         font-weight: 300;
17         @media screen and (max-width: @screen-sm) {
18             float: none;
19             text-align: center;
20         }
21     }
22     //For the message
23     > .error-content {
24         margin-left: 190px;
25         @media screen and (max-width: @screen-sm) {
26             margin-left: 0;
27         }
28         > h3 {
29             font-weight: 300;
30             font-size: 25px;
31             @media screen and (max-width: @screen-sm) {
32                 text-align: center;
33             }
34         }
35         display: block;
36     }
37     .clearfix();
38 }