mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
website
This commit is contained in:
@@ -175,14 +175,14 @@ button {
|
|||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
background: #2f5f8b;
|
background: #2f5f8b;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: -system-ui, sans-serif;
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.2;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container {
|
.button-container {
|
||||||
@@ -192,7 +192,9 @@ button {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*button:hover { }*/
|
button:hover {
|
||||||
|
background: #4892d9;
|
||||||
|
}
|
||||||
/*button:focus { }*/
|
/*button:focus { }*/
|
||||||
/*button:active { }*/
|
/*button:active { }*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user