Sha256: 102400648e2e94b81c43ecf6cb871a328344153c7ff7e005933deaceaab2339e
Contents?: true
Size: 1.86 KB
Versions: 1
Compression:
Stored size: 1.86 KB
Contents
.popup_uploader { background-color: rgba(49, 62, 71, 0.7); .popup { width: 96%; margin: 0 1.5%; } .popup_close { background-size: 14px; width: 14px; height: 14px; } .owl-nav { > div { @include border-radius(100%); border: #DFE1E6 1px solid; width: 24px; height: 24px; position: absolute; top: 30px; margin-top: 0; &.owl-prev { background: url(/assets/order_form/uploader_prev.png) center center no-repeat; background-size: 6px; left: 20px; } &.owl-next { background: url(/assets/order_form/uploader_next.png) center center no-repeat; background-size: 6px; right: 20px; } } } } .uploader_title { text-align: center; h2 { font-size: 18px * $factor; } } .upload_type_content { min-height: 148px; + .button_done { @include button-cabinet('medium', 'lime'); width: 100%; margin-top: 28px; } } .upload_files_list { max-height: 142px; ul { li { width: 28%; } } } .file_uploader { margin-top: 13px; label { display: none; } .upload_file_download { width: 44%; margin: 0 2%; } .button_done { width: 44%; margin: 0 2%; } } .upload_type_tabs { .tab_item { .upload_type_content { textarea { min-height: 142px; } } } } .upload_file { margin-top: 30px; .upload_file_title { span { font-size: 16px; } } .upload_file_content { .button_connect { width: 90%; } } } .upload_type_tabs { > .ui-tabs-nav { padding-top: 20px; > .ui-state-default { width: 50%; } } .tab_item#dragdrop { .upload_type_content:before { display: none; } } .device_desktop_upload_btn { display: none; } .device_mobile_upload_btn { display: block; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/assets/stylesheets/cabinet/mobile/popups/_uploader.scss |