Update web/index.html
Browse files- web/index.html +7 -0
web/index.html
CHANGED
|
@@ -20,6 +20,13 @@
|
|
| 20 |
<link rel="stylesheet" href="css/quill.snow.css">
|
| 21 |
<link rel="stylesheet" href="css/daterangepicker.css">
|
| 22 |
<style id="themeBlock">html{visibility:hidden}</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
<script>
|
| 24 |
(function(){
|
| 25 |
var dark = localStorage.getItem('theme') === 'dark';
|
|
|
|
| 20 |
<link rel="stylesheet" href="css/quill.snow.css">
|
| 21 |
<link rel="stylesheet" href="css/daterangepicker.css">
|
| 22 |
<style id="themeBlock">html{visibility:hidden}</style>
|
| 23 |
+
<style>
|
| 24 |
+
.circle {
|
| 25 |
+
display: flex !important;
|
| 26 |
+
align-items: center !important;
|
| 27 |
+
justify-content: center !important;
|
| 28 |
+
}
|
| 29 |
+
</style>
|
| 30 |
<script>
|
| 31 |
(function(){
|
| 32 |
var dark = localStorage.getItem('theme') === 'dark';
|