mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
removed some unused bits
This commit is contained in:
parent
54ced5539c
commit
ba0c571ed5
1 changed files with 0 additions and 25 deletions
|
@ -1170,7 +1170,6 @@ label.checkbox {
|
|||
border: none;
|
||||
outline: none;
|
||||
font-size: 1rem;
|
||||
font-family: var(--font);
|
||||
width: 100%;
|
||||
border-radius: var(--roundness);
|
||||
}
|
||||
|
@ -1196,7 +1195,6 @@ label.checkbox {
|
|||
border: none;
|
||||
outline: none;
|
||||
font-size: 1rem;
|
||||
font-family: var(--font);
|
||||
width: 100%;
|
||||
border-radius: var(--roundness);
|
||||
}
|
||||
|
@ -3185,29 +3183,6 @@ key {
|
|||
grid-auto-columns: 1fr;
|
||||
gap: 0.5rem;
|
||||
grid-area: tabs;
|
||||
|
||||
.tab {
|
||||
will-change: color;
|
||||
transition: 0.2s ease-in-out color;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
color: var(--sub-color);
|
||||
text-align: left;
|
||||
border: 0;
|
||||
background: 0;
|
||||
font-family: var(--font);
|
||||
|
||||
&:first-child {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
color: var(--main-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
Loading…
Reference in a new issue