loader css change

This commit is contained in:
rahul shukla 2018-10-18 11:00:04 +05:30
parent 7fe85d0549
commit e91d6f184b
3 changed files with 14 additions and 4 deletions

View File

@ -2242,3 +2242,11 @@ section.review {
}
}
}
// css for loader
.cp-spinner {
margin-left: 46%;
margin-top: 35%;
margin-bottom: 35%;
}

View File

@ -826,9 +826,6 @@ h2 {
display: inline-block;
box-sizing: border-box;
position: relative;
margin-left: 46%;
margin-top: 35%;
margin-bottom: 35%;
}
.cp-round:before {
@ -862,7 +859,6 @@ h2 {
top: 0;
left: 0;
animation: spin 1s ease-in-out infinite;
}
@keyframes spin {

View File

@ -2836,3 +2836,9 @@ section.review .review-layouter .review-form .review-detail .rating-calculate .p
width: 100%;
}
}
.cp-spinner {
margin-left: 46%;
margin-top: 35%;
margin-bottom: 35%;
}