now that css is loaded sync again I can remove some styles from index html body css

pull/13872/head
Torkel Ödegaard 7 years ago
parent d06ad98ec9
commit 2dde2c4f9b
  1. 15
      public/views/index.template.html

@ -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;

Loading…
Cancel
Save