Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
41235423131c056d457816997f68e93a4b4b8a09
1 parent
d6ea1c40
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
public/scss/cart/_order-ensure2016.css
public/scss/home/_returns-apply.css
public/scss/cart/_order-ensure2016.css
View file @
4123542
...
...
@@ -709,7 +709,7 @@
@define-mixin
special-limit-day-box
$
top
,
$
before
,
$
after
{
position
:
absolute
;
top
:
-
$
(
top
)
px
;
top
:
-
$
(
top
)
px
;
/* stylelint-disable-line */
left
:
73%
;
margin-left
:
-80px
;
padding
:
15px
;
...
...
@@ -720,7 +720,7 @@
&:after
{
position
:
absolute
;
top
:
$
(
after
)
px
;
top
:
$
(
after
)
px
;
/* stylelint-disable-line */
left
:
-10px
;
content
:
""
;
display
:
inline-block
;
...
...
@@ -733,7 +733,7 @@
&
:before
{
position
:
absolute
;
top
:
$
(
before
)
px
;
top
:
$
(
before
)
px
;
/* stylelint-disable-line */
left
:
-9px
;
z-index
:
20
;
content
:
""
;
...
...
public/scss/home/_returns-apply.css
View file @
4123542
...
...
@@ -589,7 +589,7 @@
@define-mixin
special-limit-day-box
$
top
,
$
before
,
$
after
{
position
:
absolute
;
top
:
-
$
(
top
)
px
;
top
:
-
$
(
top
)
px
;
/* stylelint-disable-line */
left
:
90%
;
margin-left
:
-80px
;
padding
:
15px
;
...
...
@@ -602,7 +602,7 @@
&:after
{
position
:
absolute
;
top
:
$
(
after
)
px
;
top
:
$
(
after
)
px
;
/* stylelint-disable-line */
left
:
-10px
;
content
:
""
;
display
:
inline-block
;
...
...
@@ -615,7 +615,7 @@
&
:before
{
position
:
absolute
;
top
:
$
(
before
)
px
;
top
:
$
(
before
)
px
;
/* stylelint-disable-line */
left
:
-9px
;
z-index
:
20
;
content
:
""
;
...
...
Please
register
or
login
to post a comment