Deleted unused styles
This commit is contained in:
parent
9d3dae346a
commit
6600518337
1 changed files with 0 additions and 17 deletions
17
src/App.css
17
src/App.css
|
|
@ -80,19 +80,6 @@ td {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemWrap {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flagWrap {
|
|
||||||
margin: 0 0 0 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.capitalize {
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 7px;
|
width: 7px;
|
||||||
}
|
}
|
||||||
|
|
@ -104,8 +91,4 @@ td {
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: var(--scrollbar);
|
background: var(--scrollbar);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
|
||||||
|
|
||||||
.loadText {
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue