remove unused css
`scroll-container`, `is-fullwidth-label`, `is-block`, and `strike-through` were all removed in116ca29, `fa-download` was removed in3ee687f61
This commit is contained in:
parent
aa512d1a33
commit
08c1750def
2 changed files with 0 additions and 23 deletions
|
|
@ -3,21 +3,6 @@
|
|||
width: 24em;
|
||||
}
|
||||
|
||||
.scroll-container {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
max-height: 603px;
|
||||
}
|
||||
|
||||
.is-fullwidth-label {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.is-block {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.separator {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -42,7 +27,3 @@
|
|||
.separator:not(:empty)::after {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.strike-through {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
.fa-download {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.flex-container {
|
||||
display: flex;
|
||||
flex: 1 1 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue