forked from fixin.me/fixin.me
Add navigation menu
This commit is contained in:
@@ -57,23 +57,44 @@ input[type=checkbox]:checked {
|
||||
-webkit-appearance: checkbox;
|
||||
}
|
||||
|
||||
.application-menu {
|
||||
height: 2.1rem;
|
||||
margin: 0.5rem 0;
|
||||
.app-menu {
|
||||
height: 2.2rem;
|
||||
margin: 0.4rem 0;
|
||||
}
|
||||
.application-menu .image-button {
|
||||
.app-menu .image-button {
|
||||
float: right;
|
||||
margin-left: 0.8rem;
|
||||
}
|
||||
|
||||
.nav-menu {
|
||||
height: 2.7rem;
|
||||
margin: 0.4rem 0;
|
||||
}
|
||||
.nav-menu .image-button {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-size: 0.9rem;
|
||||
margin: 0 0.8rem;
|
||||
padding: 0.6rem 1rem;
|
||||
}
|
||||
.nav-menu .right .image-button {
|
||||
float: right;
|
||||
}
|
||||
.nav-menu .image-button.active {
|
||||
border-bottom: solid 0.2rem;
|
||||
color: #009ade;
|
||||
fill: #009ade;
|
||||
}
|
||||
|
||||
.image-button,
|
||||
input[type=submit] {
|
||||
align-items: center;
|
||||
border: 1px solid;
|
||||
background-color: white;
|
||||
border: 1px solid;
|
||||
border-color: #a0a0a0;
|
||||
border-radius: 0.2rem;
|
||||
color: #a0a0a0;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
fill: #a0a0a0;
|
||||
font-size: 0.8rem;
|
||||
@@ -86,29 +107,29 @@ input[type=submit] {
|
||||
padding-right: 0.4rem;
|
||||
width: 1.3rem;
|
||||
}
|
||||
.image-button.active,
|
||||
.image-button:hover,
|
||||
.image-button:hover:focus-visible,
|
||||
input[type=submit]:hover,
|
||||
input[type=submit]:hover:focus-visible {
|
||||
background-color: #009ade;
|
||||
border-color: #009ade;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
fill: white;
|
||||
}
|
||||
.image-button:focus-visible,
|
||||
input[type=submit]:focus-visible {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
.image-button.active:focus-visible {
|
||||
background-color: #006c9b;
|
||||
border-color: #006c9b;
|
||||
}
|
||||
.image-button.centered {
|
||||
margin: 0 auto;
|
||||
width: fit-content;
|
||||
}
|
||||
.image-button:hover,
|
||||
.image-button.active:hover,
|
||||
input[type=submit]:hover {
|
||||
background-color: #009ade;
|
||||
border-color: #009ade;
|
||||
color: white;
|
||||
fill: white;
|
||||
}
|
||||
.image-button:focus-visible,
|
||||
.image-button.active:focus-visible,
|
||||
input[type=submit]:focus-visible {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
.image-button:hover:focus-visible,
|
||||
.image-button.active:hover:focus-visible,
|
||||
input[type=submit]:hover:focus-visible {
|
||||
background-color: #006c9b;
|
||||
border-color: #006c9b;
|
||||
}
|
||||
|
||||
.flashes {
|
||||
height: 2.1rem;
|
||||
|
||||
Reference in New Issue
Block a user