fix: sticky content nav, news list, adhesions
This commit is contained in:
parent
a539a53fac
commit
70cd04bab6
15 changed files with 152 additions and 62 deletions
|
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
|
||||
|
||||
.adhesion-choice {
|
||||
.adhesion-choices {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
column-gap: .5rem;
|
||||
|
|
@ -188,12 +188,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.adhesion-choice__item {
|
||||
.adhesion-choices__item {
|
||||
border: 1px solid gray;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.adhesion-choice__item {
|
||||
.adhesion-choices__item {
|
||||
&:hover, &:focus {
|
||||
background: transparent !important;
|
||||
box-shadow: inset 0 0 10px $accent-dark;
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.adhesion-choice__item__icon {
|
||||
.adhesion-choices__item__icon {
|
||||
margin-bottom: 1rem;
|
||||
svg {
|
||||
padding: .8rem;
|
||||
|
|
@ -213,5 +213,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.adhesion-choice__item {
|
||||
@media (max-width: $md-breakpoint) {
|
||||
.adhesion-choices {
|
||||
display: block;
|
||||
.adhesion-choices__item {
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.adhesion-choices__item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue