mobil > index > style next-project button
This commit is contained in:
parent
283ee99e98
commit
509c3ab948
1 changed files with 19 additions and 4 deletions
|
|
@ -153,12 +153,14 @@
|
|||
.close-button.closer {
|
||||
position: fixed;
|
||||
top: var(--slider-height);
|
||||
margin-top: calc(-1 * var(--font-size-L) - var(--body-margin));
|
||||
margin-top: calc(-1 * var(--line-height-S) - var(--body-margin));
|
||||
right: var(--body-margin);
|
||||
font-size: var(--font-size-L);
|
||||
font-size: var(--font-size-S);
|
||||
cursor: pointer;
|
||||
mix-blend-mode: difference;
|
||||
color: var(--mix-blend-color);
|
||||
min-height: 0 !important;
|
||||
|
||||
}
|
||||
|
||||
.close-button.closer::before {
|
||||
|
|
@ -227,7 +229,7 @@
|
|||
top: 0;
|
||||
|
||||
box-sizing: border-box;
|
||||
width: calc(100vw - var(--body-margin));
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
|
||||
|
|
@ -278,13 +280,26 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
button.next-project {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:has(.project.selected) {
|
||||
.filter-menu {
|
||||
display: none;
|
||||
}
|
||||
.project:not(.selected){
|
||||
|
||||
.project:not(.selected) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button.next-project {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-transform: capitalize;
|
||||
text-decoration: underline;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue