Sha256: 4d2740c04a633e6ec354394d4692ba65d27a5540d8a9f2ae99e8fd50500874d6
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
.job-wizard { .wizard-title { margin-bottom: 25px; } .pf-c-wizard__main { overflow: visible; z-index: calc( var(--pf-c-wizard__footer--ZIndex) + 1 ); // So the select box can be shown above the wizard footer } .pf-c-wizard__main-body { max-width: 500px; .advanced-fields-title { margin-bottom: 10px; } #advanced-fields-job-template { .foreman-search-field { .rbt-input-hint input{ display: none; } // Giving pf3 search bar a pf4 look .search-bar { display: block; } .input-group-btn { display: none; } li { font-size: 16px; } input { font-size: 16px; height: 36px; } .foreman-autocomplete .autocomplete-focus-shortcut { top: 8px; font-size: 16px; } .foreman-autocomplete .autocomplete-aux { top: 8px; font-size: 16px; .autocomplete-clear-button { font-size: 16px; } } } } } .hosts-chip-group { margin-top: 8px; } input[type='radio'], input[type='checkbox'] { margin: 0; } .schedule-tab { .advanced-scheduling-button { text-align: start; } } .pf-c-date-picker { vertical-align: top; } .time-picker { width: 150px; } input[type='radio'], input[type='checkbox'] { // overwriting bootstrap/_forms.scss margin: 4px 0 0; margin: 0; } textarea { min-height: 40px; min-width: 100px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-4.8.0 | webpack/JobWizard/JobWizard.scss |