mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-13 23:59:20 +08:00
removed unused code
This commit is contained in:
parent
eddad02ca5
commit
d4edd433cf
2 changed files with 0 additions and 6 deletions
|
|
@ -2,7 +2,6 @@
|
|||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
justify-self: end;
|
||||
// background: var(--sub-color);
|
||||
color: var(--sub-color);
|
||||
width: fit-content;
|
||||
width: -moz-fit-content;
|
||||
|
|
@ -77,7 +76,6 @@
|
|||
}
|
||||
|
||||
.miniResultChartWrapper {
|
||||
// pointer-events: none;
|
||||
z-index: 999;
|
||||
display: none;
|
||||
height: 15rem;
|
||||
|
|
@ -86,7 +84,6 @@
|
|||
position: absolute;
|
||||
border-radius: var(--roundness);
|
||||
padding: 1rem;
|
||||
// box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.miniResultChartBg {
|
||||
|
|
@ -125,8 +122,6 @@
|
|||
.group {
|
||||
&.noDataError {
|
||||
margin: 20rem 0;
|
||||
// height: 30rem;
|
||||
// line-height: 30rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
width: 100%;
|
||||
justify-items: center;
|
||||
.image {
|
||||
// background-image: url(images/merchdropwebsite2.png);
|
||||
height: 2.35rem;
|
||||
background-size: cover;
|
||||
aspect-ratio: 8/1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue