This commit is contained in:
parent
766686b61d
commit
71913e4c93
|
|
@ -21,7 +21,7 @@
|
|||
padding-left: 5px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%);
|
||||
background: linear-gradient(#f07575 10%, #de2323 100%);
|
||||
}
|
||||
|
||||
.warningtext {
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
border: 1px solid #3D414A;
|
||||
background: rgb(80, 80, 80);
|
||||
/* Fallback for IE 11*/
|
||||
background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%);
|
||||
background: linear-gradient(#cacbcc 10%, #2d2d2d 100%);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
width: 100%;
|
||||
background: rgb(58, 83, 242);
|
||||
/* Fallback for IE 11*/
|
||||
background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%);
|
||||
background: linear-gradient(#759CF0 10%, #2362DE 100%);
|
||||
}
|
||||
|
||||
.navbarbuttoncontainer,
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
min-height: 300px;
|
||||
background: rgb(255, 255, 255);
|
||||
/* Fallback for IE 11*/
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
background-color: rgba(255, 255, 255);
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
padding-right: 5px;
|
||||
background: rgb(255, 255, 255);
|
||||
/* Fallback for IE 11*/
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
background-color: rgba(255, 255, 255);
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
@ -309,7 +309,7 @@
|
|||
padding-top: 5px;
|
||||
background: rgb(172, 172, 172);
|
||||
/* Fallback for IE 11*/
|
||||
background-color: rgba(172, 172, 172, 0.8);
|
||||
background-color: rgba(172, 172, 172);
|
||||
min-height: fit-content;
|
||||
}
|
||||
|
||||
|
|
@ -470,7 +470,7 @@
|
|||
padding-right: 5px;
|
||||
background: rgb(255, 255, 255);
|
||||
/* Fallback for IE 11*/
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255);
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
@ -491,7 +491,7 @@
|
|||
width: 20%;
|
||||
height: 100%;
|
||||
margin-left: 0px;
|
||||
background-color: rgba(132, 132, 132, 0.5);
|
||||
background-color: rgba(132, 132, 132);
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
@ -502,7 +502,7 @@
|
|||
width: 80%;
|
||||
height: 100%;
|
||||
left: 20%;
|
||||
background-color: rgba(132, 132, 132, 0.8);
|
||||
background-color: rgba(132, 132, 132);
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<link rel="apple-touch-startup-image" href="{{ asset('img/MORBLOXsplash.png') }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('css/app.css?id=z3b8JK2bff') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js?id=z3b8JK2bff') }}"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<link rel="apple-touch-startup-image" href="{{ asset('img/MORBLOXsplash.png') }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('css/app.css?id=z3b8JK2bff) }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js?id=z3b8JK2bff') }}"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<link rel="apple-touch-startup-image" href="{{ asset('img/MORBLOXsplash.png') }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('css/app.css?id=z3b8JK2bff') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js?id=z3b8JK2bff') }}"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue