mirror of
https://github.com/grafana/grafana.git
synced 2026-08-12 06:05:02 -05:00
now that css is loaded sync again I can remove some styles from index html body css
This commit is contained in:
@@ -26,13 +26,6 @@
|
||||
<body class="theme-[[ .Theme ]]">
|
||||
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.preloader {
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
@@ -41,14 +34,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.theme-light .preloader {
|
||||
background: linear-gradient(-60deg, #f7f8fa, #f5f6f9 70%, #f7f8fa 98%);
|
||||
}
|
||||
|
||||
.theme-dark .preloader {
|
||||
background: linear-gradient(180deg, #222426 10px, #161719 100px);
|
||||
}
|
||||
|
||||
.preloader__enter {
|
||||
opacity: 0;
|
||||
animation-name: preloader-fade-in;
|
||||
|
||||
Reference in New Issue
Block a user