Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2237ce1a
authored
Apr 09, 2021
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
シャドウ消し・z-index修正・console.log消去
parent
90265ece
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
12 deletions
sp/shared/css/slick.css
sp/shared/js/common.js
sp/shared/css/slick.css
View file @
2237ce1a
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
.slick-prev
,
.slick-prev
,
.slick-next
{
.slick-next
{
position
:
absolute
;
position
:
absolute
;
z-index
:
9
99
;
z-index
:
9
;
display
:
block
;
display
:
block
;
height
:
40px
;
height
:
40px
;
width
:
40px
;
width
:
40px
;
...
@@ -188,14 +188,6 @@
...
@@ -188,14 +188,6 @@
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
}
}
.slick-prev
:before
{
box-shadow
:
2px
-2px
2px
rgb
(
255
255
255
/
20%
);
}
.slick-next
:before
{
box-shadow
:
2px
-2px
2px
rgb
(
255
255
255
/
20%
);
}
.main-MV
.slick-prev
:before
{
.main-MV
.slick-prev
:before
{
margin-right
:
-40px
;
margin-right
:
-40px
;
}
}
...
@@ -315,8 +307,6 @@
...
@@ -315,8 +307,6 @@
background-color
:
#DCDDDD
;
background-color
:
#DCDDDD
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
-webkit-box-shadow
:
0
3px
6px
rgba
(
51
,
51
,
51
,
0.2
);
box-shadow
:
0
3px
6px
rgba
(
51
,
51
,
51
,
0.2
);
}
}
.slick-dots
li
.slick-active
button
:before
{
.slick-dots
li
.slick-active
button
:before
{
...
...
sp/shared/js/common.js
View file @
2237ce1a
...
@@ -44,7 +44,6 @@ $(function(){
...
@@ -44,7 +44,6 @@ $(function(){
/* smooth scroll */
/* smooth scroll */
$
(
'a[href^=#]'
).
click
(
function
()
{
$
(
'a[href^=#]'
).
click
(
function
()
{
console
.
log
(
header_height
);
var
speed
=
400
;
var
speed
=
400
;
var
href
=
$
(
this
).
attr
(
"href"
);
var
href
=
$
(
this
).
attr
(
"href"
);
var
target
=
$
(
href
==
"#"
||
href
==
""
?
'html'
:
href
);
var
target
=
$
(
href
==
"#"
||
href
==
""
?
'html'
:
href
);
...
...
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