Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TDS_Myshop_Main
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
김정순_이모션
TDS_Myshop_Main
Commits
f88fdfa1
Commit
f88fdfa1
authored
May 20, 2022
by
임지연
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[임지연/이모션]플로팅 버튼 기능수정 js + 상단바 고정
parent
64f58656
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
index.module.css
index.module.css
+10
-0
index.module.css.map
index.module.css.map
+1
-1
index.module.scss
index.module.scss
+9
-2
No files found.
index.module.css
View file @
f88fdfa1
.device-list-header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
background-color
:
#f6f8fa
;
z-index
:
10010
;
}
.wrap-device-list
{
position
:
relative
;
letter-spacing
:
-0.4px
;
...
...
@@ -135,6 +144,7 @@
.wrap-device-list
.top-navi-area-area
{
overflow
:
hidden
;
margin-top
:
52px
;
}
.wrap-device-list
.top-navi-area-area
.top-navi-area
ul
{
...
...
index.module.css.map
View file @
f88fdfa1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
index.module.scss
View file @
f88fdfa1
@charset
"UTF-8"
;
.device-list-header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
background-color
:
#f6f8fa
;
z-index
:
10010
;
}
.wrap-device-list
{
position
:
relative
;
letter-spacing
:
-0
.4px
;
...
...
@@ -131,7 +138,7 @@
// 메뉴
.top-navi-area-area
{
overflow
:
hidden
;
margin-top
:
52px
;
.top-navi-area
{
ul
{
display
:
flex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment