mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-10 21:04:47 -05:00
Removed stat component
- Slight redesign and clean up
This commit is contained in:
parent
ab6a929add
commit
f21e9f658d
5 changed files with 24 additions and 19 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.logo.blazor:hover {
|
||||
filter: drop-shadow(0 0 2em #5c2d91);
|
||||
}
|
||||
|
||||
:root {
|
||||
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
|
|
@ -17,7 +18,8 @@
|
|||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
.container,
|
||||
footer {
|
||||
margin: 0;
|
||||
padding-top: 10vh;
|
||||
display: flex;
|
||||
|
|
@ -77,6 +79,7 @@ button {
|
|||
button:hover {
|
||||
border-color: #396cd8;
|
||||
}
|
||||
|
||||
button:active {
|
||||
border-color: #396cd8;
|
||||
background-color: #e8e8e8;
|
||||
|
|
@ -106,7 +109,8 @@ button {
|
|||
color: #ffffff;
|
||||
background-color: #0f0f0f98;
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: #0f0f0f69;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue