![]() 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/cartforge.co/app/design/frontend/Smartwave/porto_rtl/web/css/source/ |
// /** // * Copyright © 2015 Magento. All rights reserved. // * See COPYING.txt for license details. // */ @legend-border-bottom: 1px solid @color-gray-light6; @form-field__vertical-indent__desktop: 29px; @form-calendar-icon__color: @primary__color; // // Common //-------------------------------------- & when (@media-common = true) { .fieldset { .lib-form-fieldset(); &:last-child { margin-bottom: 0; } > .field, > .fields > .field { .lib-form-field(); &.no-label { > .label { .lib-visually-hidden(); } } &.choice { .label { font-weight: normal; margin: 0; display: inline; } } .label { .column:not(.main) & { font-weight: normal; } font-size: 0.92em; } .note { font-size: 0.92em; } .field.choice { margin-bottom: @indent__s; &:last-child { margin-bottom: 0; } } } > .legend { color: #222529; } } .legend + .fieldset, .legend + div { clear: both; } .legend { span { margin-left: @indent__xs; } } fieldset.field { border: 0; padding: 0; } .field.date { .time-picker { white-space: nowrap; margin-top: @indent__s; display: inline-block; } } .select-styling() { .lib-css(appearance, none, 1); appearance: none; border: 1px solid @border-color__base; height: 32px; background: #fff url('../images/select-bg.svg') no-repeat 99% 49%; background-size: 26px 60px; padding-left: 25px; text-indent: .01em; text-overflow: ''; font-family: inherit; &::-ms-expand{ display:none; } .lt-ie10 & { background-image: none; padding-left: 4px; } } select { .select-styling(); } div.mage-error[generated] { margin-top: 7px; font-size: 1em; } .field-error { font-size: 1em; } // TEMP .field .tooltip { .lib-tooltip(right); .tooltip-content { min-width: 200px; white-space: normal; } } input:focus ~ .tooltip .tooltip-content, select:focus ~ .tooltip .tooltip-content { display: block; } .hasDatepicker { + .ui-datepicker-trigger { .lib-button-reset(); .lib-icon-font( @_icon-font-content: @icon-calendar, @_icon-font-color: @primary__color__lighter, @_icon-font-size: @icon-calendar__font-size, @_icon-font-line-height: @icon-calendar__font-size, @_icon-font-display: block, @_icon-font-text-hide: true ); display: inline-block; vertical-align: middle; &:focus { box-shadow: none; outline: 0; } } } // // Sidebar forms //-------------------------------------- .sidebar { .fieldset { margin: 0; > .field:not(.choice) >, .fields > .field { &:not(:last-child) { margin: 0 0 @form-field__vertical-indent; } .label { margin: 0 0 4px; padding: 0 0 @indent__xs; text-align: right; width: 100%; } .control { width: 100%; } } } } } // // Desktop //-------------------------------------- .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { .legend { .lib-css(border-bottom, @legend-border-bottom); } }