css: style new-thread map btn
This commit is contained in:
parent
cc78db9cb1
commit
f566952613
1 changed files with 22 additions and 2 deletions
|
|
@ -121,13 +121,33 @@ nav a:hover, nav button:hover,
|
||||||
|
|
||||||
.map-btn-div {
|
.map-btn-div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 2vw;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-bottom: 7vh;
|
margin-bottom: 7vh;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-right: 7vw;
|
margin-right: 7vw;
|
||||||
|
height: 5vh;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
|
a {
|
||||||
|
all: unset;
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding-inline: 1vw;
|
||||||
|
border-radius: 1vw;
|
||||||
|
background-color: white;
|
||||||
|
opacity: 0.75;
|
||||||
|
color: var(--heavy-text);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
|
&:hover, &:focus {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-box {
|
.form-box {
|
||||||
|
|
@ -462,9 +482,9 @@ nav a:hover, nav button:hover,
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
visibility: hidden;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.off {
|
.off {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue