mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 07:14:00 +08:00
changed default width
rounded carets
This commit is contained in:
parent
da307528d5
commit
f7dbeb63a6
1 changed files with 5 additions and 3 deletions
|
@ -48,21 +48,23 @@
|
|||
}
|
||||
|
||||
&.block {
|
||||
width: 0.6em;
|
||||
width: 0.5em;
|
||||
border-radius: 0;
|
||||
z-index: -1;
|
||||
border-radius: calc(var(--roundness) / 4);
|
||||
}
|
||||
|
||||
&.outline {
|
||||
@extend #caret, .block;
|
||||
animation-name: none;
|
||||
background: transparent;
|
||||
border: 1px solid var(--caret-color);
|
||||
border: 0.05em solid var(--caret-color);
|
||||
border-radius: calc(var(--roundness) / 4);
|
||||
}
|
||||
|
||||
&.underline {
|
||||
height: 0.1em;
|
||||
width: 0.6em;
|
||||
width: 0.5em;
|
||||
margin-top: 1.2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue