Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
403fe04d821e02000596b23d4491e8bb9140000d
1 parent
70cd5627
侧边栏收缩
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 @
403fe04
.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