Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
9 years ago
Commit
7fc01201e04971c9092c553031f6bcec0dfec268
1 parent
c2003f2b
add stylesheet for cart header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
public/scss/shopping/_cart-header.css
public/scss/shopping/_cart-header.css
View file @
7fc0120
...
...
@@ -4,6 +4,10 @@
padding
:
30px
;
border-bottom
:
1px
solid
#eee
;
.titles
{
position
:
relative
;
}
.toggle-chk
{
span
{
font-weight
:
bold
;
...
...
@@ -44,6 +48,7 @@
.price
{
width
:
260px
;
padding-left
:
50px
;
}
.num
{
...
...
@@ -53,4 +58,11 @@
.pro-total-price
{
width
:
180px
;
}
.actions
{
position
:
absolute
;
width
:
65px
;
text-align
:
center
;
right
:
0
;
}
}
...
...
Please
register
or
login
to post a comment