Loader fix

This commit is contained in:
shunmugam 2020-01-07 18:34:40 +05:30
parent bf8881be2d
commit 2fe95f5e94
2 changed files with 4 additions and 3 deletions

View File

@ -100,7 +100,7 @@
<div *ngIf="!hashdata.data" class="feedback_div news_desc text-center">
<div class="graph_img background_loading mx-auto mb-3"></div>
<div class=" bg-white">
<div class=" bg-white inner_pages">
<div class="sk-cube-grid">
<div class="sk-cube sk-cube1"></div>
<div class="sk-cube sk-cube2"></div>

View File

@ -258,8 +258,8 @@ a:focus {
}
.day_filter {
background-color: #dadada;
font-size: 14px;
padding: 15px;
font-size: 13px;
padding: 14px;
}
.day_filter a {
margin: 0 5px;
@ -739,6 +739,7 @@ body.dark_theme {
-o-animation: yellowfade 5s ;
}
.news_desc .bg-white{padding-top: 100px;}
.news_desc .bg-white.inner_pages{padding: 100px 0;}
.sk-cube-grid {
width: 40px;
height: 40px;