banner on mobile
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s
This commit is contained in:
parent
ee6408f05f
commit
32f45ceeca
14 changed files with 528 additions and 206 deletions
|
|
@ -75,6 +75,10 @@ button:disabled{
|
|||
|
||||
}
|
||||
|
||||
.btn--bold-inline{
|
||||
background-color: var(--color-bg);
|
||||
}
|
||||
|
||||
.btn--bold-inline:hover{
|
||||
background-color: var(--grey-800);
|
||||
color: var(--color-txt);
|
||||
|
|
|
|||
|
|
@ -33,14 +33,14 @@
|
|||
|
||||
}
|
||||
|
||||
button[type="submit"].btn--bold{
|
||||
button[type="submit"].btn--newletter{
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
button[type="submit"].btn--bold {
|
||||
button[type="submit"].btn--newletter {
|
||||
|
||||
|
||||
--size: calc(var(--h-block)*1.25 - 4px);
|
||||
|
|
|
|||
|
|
@ -120,16 +120,3 @@
|
|||
}
|
||||
|
||||
|
||||
// Action
|
||||
|
||||
#share-banner{ display: none; }
|
||||
#share-banner ~ .modal--share{
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity .2s ease-in;
|
||||
}
|
||||
|
||||
#share-banner:checked ~ .modal--share{
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue