.collapse-cell { padding: 0 !important; border: none !important; } .chev { transition: transform .2s; width: 13px; height: auto; } tr.collapsed .chev { transform: rotate(90deg); } tr.collapse-button:not(.collapsed) { background: darkgray; } .side-card { display: flex; position: relative; > div { padding: 0.5rem; } .text-col { a { text-decoration: none; &:focus, &:active, &:hover { text-decoration: underline; } } } } .character-heading { border-bottom: solid 2px; } .cp:after { background: #B87333; } .sp:after { background: #CFD0D1; } .gp:after { background: #FFD700; } .pp:after { background: #B7B4AE; } .cp, .sp, .gp, .pp { &:after { content: ""; width: 19px; height: 19px; display: inline-block; border-radius: 50%; vertical-align: middle; margin: 0 5px; } }