@charset "utf-8"; @import "../../theme/scss/01-variables.scss"; .wrap-option { background: $heather; border: 1px solid $gumbo_dark; color: $shark; font-family: $base-font-family; font-size: $base-font-size; margin: 24px 0 0 0; padding: 0 16px; .setting-panel-title { color: $shark; line-height: 1; margin-bottom: 16px; padding: 0; text-align: center; text-transform: capitalize; } .form-table { tbody { tr { display: block; margin-bottom: 16px; th { background: $gumbo_dark; border: 1px solid $gumbo_dark; color: $white; font-size: $small-font-size; font-weight: normal; letter-spacing: 1px; min-width: 160px; padding: 8px; vertical-align: middle; width: initial; } td { background: $white; border: 1px solid $gumbo_dark; padding: 8px; input, textarea { border: 0; box-shadow: none; height: initial; margin: 0; padding: 0; } } } } } .submit { text-align: right; .button { background: $tree_poppy; border: 0; box-shadow: none; color: $shark; font-size: $base-font-size; text-shadow: none; transition: all linear 0.2s; &:hover { background: $lightning_yellow; } } } }