github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/tabular-details/skin.scss (about) 1 %tabular-details-toggle-button { 2 @extend %with-chevron-down; 3 } 4 %tabular-details td:only-child { 5 cursor: default; 6 } 7 %tabular-detail { 8 border: 1px solid $ui-gray-300; 9 border-radius: $decor-radius-100; 10 box-shadow: 0 8px 10px 0 rgba($ui-black, 0.1); 11 margin-bottom: 20px; 12 } 13 %tabular-detail::before, 14 %tabular-detail > div, 15 %tabular-detail > label { 16 background-color: $ui-white; 17 } 18 %tabular-detail > label::before { 19 transform: rotate(180deg); 20 }