Commit 8fc8391a by dhn

css

parent 579bcbd2
...@@ -1069,7 +1069,7 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -1069,7 +1069,7 @@ $isMobile = $mobileDetect->isMobile();
} }
.checkout-index-index .label-title{ .checkout-index-index .label-title{
position:relative; position:relative;
margin:0.5rem 0px; margin:30px 0px 0px;
} }
.checkout-index-index .contact-title{ .checkout-index-index .contact-title{
line-height: 30px; line-height: 30px;
...@@ -1403,11 +1403,12 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -1403,11 +1403,12 @@ $isMobile = $mobileDetect->isMobile();
margin-bottom: 20px; margin-bottom: 20px;
} }
.block-select-subtitle { .block-select-subtitle {
font-size: 14px; font-size: 12px;
font-weight: 400; font-weight: 400;
word-break: break-word; word-break: break-word;
color:#5D5B5A; color:#5D5B5A;
padding-left:5px padding:0;
margin:0 auto;
} }
#checkoutSteps{ #checkoutSteps{
display: grid; display: grid;
...@@ -1674,23 +1675,21 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -1674,23 +1675,21 @@ $isMobile = $mobileDetect->isMobile();
font-size: 12px; font-size: 12px;
color: #276EAF; color: #276EAF;
} }
.jkl { .jkl{
width: 50px; width:20px;
height: 50px; height:20px;
border-radius: 50%; border:2px solid #f2f2f2;
background-color: red; border-top-color:#dbb893;
animation-name: rotate; border-radius:50%;
animation-duration: 2s; animation: fadenum 1s linear infinite;
animation-iteration-count: infinite; -moz-animation: fadenum 1s linear infinite;
animation-timing-function: linear; -webkit-animation: fadenum 1s linear infinite;
-o-animation: fadenum 1s linear infinite;
vertical-align: sub;
display: inline-block;
} }
@keyframes rotate { @keyframes fadenum{
0% { 100%{transform:rotate(360deg);}
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} }
/********************************************address from end****************************************************/ /********************************************address from end****************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment