![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/strong-testimonials/admin/scss/ |
/** * Compatibility settings tab */ /** * Basic structure */ div.row { display: table-row; > div { display: table-cell; &:first-child { width: 200px; } } &:not(:last-child) > div { padding-bottom: 0.5em; } p { margin-bottom: 0.5em; } &.header { p { margin-bottom: 1em; } } } /** * Elements */ .wrap.wpmtst { h2 { margin: 2em 0 1em; &.nav-tab-wrapper { margin-top: 6px; } } } input { &.element { width: 15em; } } /** * Behavior */ .hidden { display: none; } // Dependent inputs are initially hidden. [data-sub] { display: none; } /** * Common scenarios table */ div.scenarios { div.row { border: 1px solid #DDD; > div { padding: 1em; &:first-child { width: 35%; border-right: 1px dotted #DDD; } &:last-child { width: 30%; border-left: 1px dotted #DDD; } } p { font-size: 14px; margin: 0; &:not(:last-child) { margin-bottom: 1em; } } &.header { > div { font-weight: 600; padding: 0.5em 1em; } } } } /** * Settings table */ div.row { &:not(:last-child) > div:nth-child(2) { padding-bottom: 0.5em; } > div { &:first-child { } &.radio-sub { label { text-indent: 24px; width: 200px; } } } p { &.about { display: inline-block; vertical-align: middle; &.adjacent { margin-left: 0.5em; } } &.description { display: inline-block; font-size: 14px; } } label.current { font-weight: 600; } } /** * Lazy load class name pairs */ .pair-actions { margin-top: 10px; } .pair-sep { margin-right: 1em; } @media only screen and (max-width: 1024px) { .lazyload-pairs { .pair { border: 1px solid #DDD; padding: 5px 10px; } } } @import "number-spinner.scss";