Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jekyll-elixir-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixir
jekyll-elixir-theme
Commits
0d0c50cc
Verified
Commit
0d0c50cc
authored
4 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
add lap sass file
parent
1c529358
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!34
Develop
,
!32
Add GDPR banner
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_sass/elixir.scss
+2
-1
2 additions, 1 deletion
_sass/elixir.scss
_sass/elixir/_footer.scss
+35
-0
35 additions, 0 deletions
_sass/elixir/_footer.scss
_sass/elixir/_lap.scss
+173
-0
173 additions, 0 deletions
_sass/elixir/_lap.scss
with
210 additions
and
1 deletion
_sass/elixir.scss
+
2
−
1
View file @
0d0c50cc
...
...
@@ -7,5 +7,6 @@
"elixir/header"
,
"elixir/helpers"
,
"elixir/layout"
,
"elixir/responsive"
"elixir/responsive"
,
"elixir/lap"
;
This diff is collapsed.
Click to expand it.
_sass/elixir/_footer.scss
+
35
−
0
View file @
0d0c50cc
...
...
@@ -122,3 +122,38 @@
}
}
}
#lap-cookies-banner
.banner-img
{
width
:
90px
;
padding-top
:
0
;
height
:
90px
;
padding-left
:
10px
;
}
#lap-cookies-banner
.banner-title
{
padding-left
:
110px
;
}
#lap-cookies-banner
.banner-text
{
padding-left
:
110px
;
}
#lap-cookies-banner
{
padding-bottom
:
2em
;
}
#lap-cookies-banner
.banner-buttons
.lap-accept
,
#lap-cookies-banner
.banner-buttons
.lap-refuse
,
#lap-cookies-banner
.banner-buttons
.lap-cookies-more
,
#lap-cookies-banner
.banner-buttons
.btn.active
{
border
:
1px
solid
#023452
;
font-weight
:
bold
;
background-color
:
#023452
;
color
:
#ffffff
!
important
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
cursor
:
pointer
;
}
This diff is collapsed.
Click to expand it.
_sass/elixir/_lap.scss
0 → 100644
+
173
−
0
View file @
0d0c50cc
#lap-cookies-banner
{
position
:
fixed
;
bottom
:
0
;
background-color
:
#fff
;
padding-top
:
1em
;
padding-bottom
:
1em
;
z-index
:
1000
;
left
:
0
;
text-align
:
center
;
border-top
:
1px
solid
#198cdc
;
width
:
100%
;
display
:
none
;
/* hidden by default */
}
#lap-cookies-banner
.banner-intro
{
width
:
40%
;
position
:
relative
;
left
:
30%
;
text-align
:
left
;
}
#lap-cookies-banner
.banner-img
{
width
:
50px
;
position
:
absolute
;
padding-top
:
5px
;
height
:
50px
;
}
#lap-cookies-banner
.banner-title
{
font-size
:
120%
;
font-weight
:
bold
;
text-align
:
left
;
padding-left
:
60px
;
}
#lap-cookies-banner
.banner-text
{
min-height
:
40px
;
padding-left
:
60px
;
font-size
:
80%
;
text-align
:
left
;
}
#lap-cookies-banner
.banner-buttons
{
padding-top
:
5px
;
height
:
20px
;
margin-bottom
:
10px
;
}
#lap-cookies-banner
.close-button
{
position
:
absolute
;
left
:
100%
;
}
#lap-cookies-banner
.banner-buttons
.lap-accept
,
#lap-cookies-banner
.banner-buttons
.lap-refuse
,
#lap-cookies-banner
.banner-buttons
.lap-cookies-more
,
#lap-cookies-banner
.banner-buttons
.btn.active
{
border
:
1px
solid
#198cdc
;
font-weight
:
bold
;
background-color
:
#198cdc
;
color
:
#ffffff
!
important
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
}
#lap-cookies-banner
.banner-buttons
.lap-accept
:hover
,
#lap-cookies-banner
.banner-buttons
.lap-refuse
:hover
,
#lap-cookies-banner
.banner-buttons
.lap-cookies-more
:hover
,
#lap-cookies-banner
.banner-buttons
.btn.selected
{
background
:
white
;
color
:
#198cdc
!
important
;
border
:
1px
solid
#198cdc
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
text-decoration
:
none
;
}
#lap-cookies-banner
.btn
{
text-decoration
:
none
;
display
:
inline-block
;
margin-bottom
:
0
;
text-align
:
center
;
vertical-align
:
middle
;
touch-action
:
manipulation
;
background-image
:
none
;
white-space
:
nowrap
;
padding
:
3px
10px
;
font-size
:
9pt
;
line-height
:
20px
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
margin-right
:
10px
;
margin-bottom
:
10px
;
cursor
:
pointer
;
}
#lap-cookies-banner
.banner-checkboxes
{
font-size
:
80%
;
margin-top
:
1em
;
}
#lap-cookies-banner
.checkbox-label
{
margin-left
:
0
.3em
;
margin-right
:
1
.5em
;
top
:
-0
.2em
;
position
:
relative
;
}
@media
(
max-width
:
500px
)
{
#lap-cookies-banner
{
position
:
fixed
;
bottom
:
0
;
background-color
:
#fff
;
padding-top
:
1em
;
padding-bottom
:
1em
;
z-index
:
1000
;
left
:
0
;
text-align
:
center
;
border-top
:
1px
solid
#198cdc
;
width
:
100%
;
display
:
none
;
height
:
280px
;
overflow
:
auto
;
/* hidden by default */
}
#lap-cookies-banner
.banner-intro
{
width
:
60%
;
position
:
relative
;
left
:
20%
;
text-align
:
left
;
}
}
@media
(
max-width
:
1100px
)
{
#lap-cookies-banner
.banner-intro
{
width
:
90%
;
position
:
relative
;
left
:
5%
;
text-align
:
left
;
}
#lap-cookies-banner
.banner-buttons
{
padding-top
:
5px
;
height
:
60px
;
margin-bottom
:
10px
;
}
}
@media
(
max-width
:
1600px
)
{
#lap-cookies-banner
.banner-intro
{
width
:
60%
;
position
:
relative
;
left
:
20%
;
text-align
:
left
;
}
}
/* ultra-wide screen */
@media
(
min-width
:
2400px
)
{
#lap-cookies-banner
.banner-intro
{
position
:
relative
;
text-align
:
left
;
max-width
:
800px
;
left
:
35%
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment