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
毕凯
9 years ago
Commit
a873d3e9693eff44396ad9bdad34f264a4e6e9cb
1 parent
0c6e5728
侧边栏图标大小
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
static/sass/home/_side-nav.scss
static/sass/home/_side-nav.scss
View file @
a873d3e
...
...
@@ -64,11 +64,11 @@
.nav-icon
,
.nav-img
{
position
:
absolute
;
width
:
48rem
/
$pxConvertRem
;
height
:
48rem
/
$pxConvertRem
;
width
:
38rem
/
$pxConvertRem
;
height
:
38rem
/
$pxConvertRem
;
top
:
50%
;
margin-top
:
-24rem
/
$pxConvertRem
;
left
:
30rem
/
$pxConvertRem
;
margin-top
:
-19rem
/
$pxConvertRem
;
left
:
35rem
/
$pxConvertRem
;
background
:
no-repeat
left
center
;
background-size
:
100%
100%
;
}
...
...
@@ -108,6 +108,13 @@
font-size
:
36rem
/
$pxConvertRem
;
}
.nav-img
,
.nav-icon
{
width
:
48rem
/
$pxConvertRem
;
height
:
48rem
/
$pxConvertRem
;
margin-top
:
-24rem
/
$pxConvertRem
;
left
:
30rem
/
$pxConvertRem
;
}
}
.sub-nav
{
...
...
Please
register
or
login
to post a comment