Server IP : 192.158.238.246 / Your IP : 3.148.202.164 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/task/7779/cwd/plugins/gutenkit-blocks-addon/src/global/scss/components/ |
Upload File : |
// Controls common styles .gkit-tabs-top-level { .gkit-control { position: relative; &:not(:last-child) { margin-bottom: 15px; } .components-base-control { width: 100%; margin: 0; // control label &__label { font-style: normal; font-weight: 500; font-size: 12px; line-height: 15px; display: inline-block; color: $control-label-color; text-transform: capitalize; margin-bottom: calc(8px); } .components-button { outline: none; box-shadow: none; &:hover, :focus { color: $primary-color; outline: none; box-shadow: none; } } } // if label inline &-label-inline { .components-base-control { &__field { display: flex; align-items: center; align-content: center; justify-content: space-between; input { margin-left: auto; max-width: 400px; width: 52%; } } &__label { margin-bottom: 0; } } } } }