loader css change
This commit is contained in:
parent
7fe85d0549
commit
e91d6f184b
|
|
@ -2242,3 +2242,11 @@ section.review {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// css for loader
|
||||
.cp-spinner {
|
||||
margin-left: 46%;
|
||||
margin-top: 35%;
|
||||
margin-bottom: 35%;
|
||||
}
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue