Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
d0694657
Verified
Commit
d0694657
authored
May 05, 2020
by
Laurent Heirendt
✈
Browse files
add close button
parent
62d8dec0
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/gdpr-banner.html
View file @
d0694657
<div
id=
"lap-cookies-banner"
>
<div
class=
"banner-intro"
>
<div
class=
"close-button"
>
<a
class=
"lap-refuse"
><i
class=
"fa fa-times"
aria-hidden=
"true"
></i></a>
</div>
<div
class=
"banner-img"
>
<img
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
...
...
_sass/minima/_gdpr.scss
View file @
d0694657
...
...
@@ -49,6 +49,11 @@
margin-bottom
:
10px
;
}
#lap-cookies-banner
.close-button
{
position
:
absolute
;
left
:
100%
;
}
#lap-cookies-banner
.banner-buttons
.banner-buttons-more
{
position
:
relative
;
left
:
55%
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment