]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/404_500_errors.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / 404_500_errors.less
1 /*
2 * Page: 400 and 500 error pages
3 * ------------------------------
4 */
5 .error-page {
6 width: 600px;
7 margin: 20px auto 0 auto;
8 @media (max-width: @screen-sm-max) {
9 width: 100%;
10 }
11 //For the error number e.g: 404
12 > .headline {
13 float: left;
14 font-size: 100px;
15 font-weight: 300;
16 @media (max-width: @screen-sm-max) {
17 float: none;
18 text-align: center;
19 }
20 }
21 //For the message
22 > .error-content {
23 margin-left: 190px;
24 @media (max-width: @screen-sm-max) {
25 margin-left: 0;
26 }
27 > h3 {
28 font-weight: 300;
29 font-size: 25px;
30 @media (max-width: @screen-sm-max) {
31 text-align: center;
32 }
33 }
34 display: block;
35 }
36 }