forked from fixin.me/fixin.me
Style app menu
This commit is contained in:
parent
c72144ff22
commit
c611d57e91
@ -14,18 +14,26 @@
|
|||||||
*= require_self
|
*= require_self
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: system-ui;
|
||||||
|
}
|
||||||
|
|
||||||
.app-menu {
|
.app-menu {
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
}
|
}
|
||||||
.app-menu a {
|
.app-menu a {
|
||||||
color: black;
|
border: 0.1em solid;
|
||||||
|
border-color: #a0a0a0;
|
||||||
|
border-radius: 0.2em;
|
||||||
|
color: #a0a0a0;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 0.9em;
|
font-size: 0.8em;
|
||||||
|
font-weight: bold;
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
}
|
}
|
||||||
.app-menu a:hover {
|
.app-menu a:hover {
|
||||||
background-color: #009ade;
|
background-color: #009ade;
|
||||||
border-radius: 0.2em;
|
border-color: #009ade;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user