public/components/feature-switches/_feature-switches.scss (28 lines of code) (raw):

.feature-switches { display: flex; border: 0; text-align: left; position: absolute; top: 50px; right: 1px; background: white; z-index: 100; box-shadow: 1px 1px 5px rgba(0,0,0,0.2); font-size: 1.5rem; outline: 1px solid gold; @extend %fs-data-2; &:focus, &:active { outline: none; } } .feature-switches td, .feature-switches th { padding: 8px; padding-right: 16px; border: 1px solid #bdbdbd; } .feature-switches input { transform: scale(1.5); &:hover { cursor: pointer; } }