Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
8fc8391a
Commit
8fc8391a
authored
May 18, 2023
by
dhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css
parent
579bcbd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
19 deletions
+18
-19
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+18
-19
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
8fc8391a
...
@@ -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
:
1
4
px
;
font-size
:
1
2
px
;
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****************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment