// ========================================================================== // eForm Admin UI Reseter // ========================================================================== // Reset box sizing .#{$selector} { // Box sizing @include material__sizing(); * { @include material__sizing(); } // But not for core WP UI .tablenav, .wp-core-ui, .wp-picker-container { @include material__sizing( content-box ); * { @include material__sizing( content-box ); } } .wp-editor-area { @include material__sizing(); } label { font-weight: normal; } [class^="ipt-icomoon-"], [class*=" ipt-icomoon-"], [data-ipt-icomoon] { line-height: inherit; } .clear { display: table; clear: both; &-both, &-left, &-right { display: table; clear: both; } &-left { clear: left; } &-right { clear: right; } } .icon32 { display: block; float: left; margin: 9px 7px 0 0; span:before { font-size: 32px; line-height: 32px; color: #464646; } + h2 { line-height: 32px; margin: 0 0 10px 0; } } a { &:focus { box-shadow: none; } } .form-table td .notice p, .notice p, .notice-title, div.error p, div.updated p { margin: .5em 0; } }