Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
bb3554100af54c0bfb4db6c44fb559b808568be5
2 parents
604e6f02
403fe04d
Merge remote-tracking branch 'origin/develop'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
static/sass/home/_side-nav.scss
static/sass/home/_side-nav.scss
View file @
bb35541
.side-nav
{
display
:
table-cell
;
background
:
#fff
;
position
:
fixed
;
top
:
0
;
right
:
640rem
/
$pxConvertRem
;
bottom
:
0
;
left
:
0
;
right
:
640rem
/
$pxConvertRem
;
width
:
540rem
/
$pxConvertRem
;
z-index
:
-1
;
overflow
:
hidden
;
@include
transition
(
right
.3s
);
...
...
Please
register
or
login
to post a comment