`scroll-container`, `is-fullwidth-label`, `is-block`, and `strike-through` were all removed in116ca29, `fa-download` was removed in3ee687f61
20 lines
238 B
SCSS
20 lines
238 B
SCSS
.label {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
table {
|
|
tr {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.flex-container {
|
|
display: flex;
|
|
flex: 1 1 0;
|
|
gap: 20px;
|
|
flex-direction: row;
|
|
|
|
@media screen and (max-width: 1279px) {
|
|
flex-direction: column;
|
|
}
|
|
}
|