1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/static/scss/_loot.scss

38 lines
464 B
SCSS

.collapse-cell {
padding: 0 !important;
border: none !important;
}
.cell-box {
padding: 0.5rem;
//border: solid 1px $gray-900;
}
.chev {
transition: transform .2s;
width: 13px;
height: auto;
}
tr.collapsed .chev {
transform: rotate(90deg);
}
tr.collapse-button {
transition: all .2s;
&:not(.collapsed) {
background: $gray-800;
color: white;
}
}
tr td:first-child {
width: 20px;
}
svg.icon {
width: 16px;
height: auto;
}