Commit 358c1824bd04e579a585b50cb45a1346e353eae2

Authored by Виталий
1 parent 8c203875

add compiled style

frontend/web/css/new-style/new.css 0 → 100644
  1 +.sidebar_checks, .radio_custom {
  2 + width: 100%;
  3 + float: left;
  4 + margin-top: 0px; }
  5 + .sidebar_checks input, .sidebar_checks .legal-form textarea, .legal-form .sidebar_checks textarea, .sidebar_checks .legal-form select, .legal-form .sidebar_checks select, .radio_custom input, .radio_custom .legal-form textarea, .legal-form .radio_custom textarea, .radio_custom .legal-form select, .legal-form .radio_custom select {
  6 + display: none; }
  7 + .sidebar_checks input + label, .sidebar_checks .legal-form textarea + label, .legal-form .sidebar_checks textarea + label, .sidebar_checks .legal-form select + label, .legal-form .sidebar_checks select + label, .radio_custom input + label, .radio_custom .legal-form textarea + label, .legal-form .radio_custom textarea + label, .radio_custom .legal-form select + label, .legal-form .radio_custom select + label {
  8 + margin: 0;
  9 + font-size: 17px;
  10 + text-transform: none;
  11 + position: relative;
  12 + padding-left: 21px;
  13 + cursor: pointer;
  14 + line-height: 19px; }
  15 + .sidebar_checks input + label:before, .sidebar_checks .legal-form textarea + label:before, .legal-form .sidebar_checks textarea + label:before, .sidebar_checks .legal-form select + label:before, .legal-form .sidebar_checks select + label:before, .radio_custom input + label:before, .radio_custom .legal-form textarea + label:before, .legal-form .radio_custom textarea + label:before, .radio_custom .legal-form select + label:before, .legal-form .radio_custom select + label:before {
  16 + position: absolute;
  17 + content: '';
  18 + width: 12px;
  19 + height: 12px;
  20 + top: -1px;
  21 + left: 0;
  22 + background: #fff;
  23 + border: 1px solid #dddddd;
  24 + cursor: pointer; }
  25 + .sidebar_checks input + label a, .sidebar_checks .legal-form textarea + label a, .legal-form .sidebar_checks textarea + label a, .sidebar_checks .legal-form select + label a, .legal-form .sidebar_checks select + label a, .radio_custom input + label a, .radio_custom .legal-form textarea + label a, .legal-form .radio_custom textarea + label a, .radio_custom .legal-form select + label a, .legal-form .radio_custom select + label a {
  26 + text-decoration: none !important;
  27 + padding-left: 0;
  28 + float: none; }
  29 + .sidebar_checks input + label a:before, .sidebar_checks .legal-form textarea + label a:before, .legal-form .sidebar_checks textarea + label a:before, .sidebar_checks .legal-form select + label a:before, .legal-form .sidebar_checks select + label a:before, .radio_custom input + label a:before, .radio_custom .legal-form textarea + label a:before, .legal-form .radio_custom textarea + label a:before, .radio_custom .legal-form select + label a:before, .legal-form .radio_custom select + label a:before {
  30 + display: none; }
  31 + .sidebar_checks input:checked + label:before, .sidebar_checks .legal-form textarea:checked + label:before, .legal-form .sidebar_checks textarea:checked + label:before, .sidebar_checks .legal-form select:checked + label:before, .legal-form .sidebar_checks select:checked + label:before, .radio_custom input:checked + label:before, .radio_custom .legal-form textarea:checked + label:before, .legal-form .radio_custom textarea:checked + label:before, .radio_custom .legal-form select:checked + label:before, .legal-form .radio_custom select:checked + label:before {
  32 + content: "\e909";
  33 + color: red;
  34 + font-size: 6px;
  35 + text-align: center;
  36 + line-height: 15px;
  37 + font-weight: 700;
  38 + padding-left: 1px; }
  39 + .sidebar_checks input[disabled="disabled"] + label:before, .sidebar_checks .legal-form textarea[disabled="disabled"] + label:before, .legal-form .sidebar_checks textarea[disabled="disabled"] + label:before, .sidebar_checks .legal-form select[disabled="disabled"] + label:before, .legal-form .sidebar_checks select[disabled="disabled"] + label:before, .radio_custom input[disabled="disabled"] + label:before, .radio_custom .legal-form textarea[disabled="disabled"] + label:before, .legal-form .radio_custom textarea[disabled="disabled"] + label:before, .radio_custom .legal-form select[disabled="disabled"] + label:before, .legal-form .radio_custom select[disabled="disabled"] + label:before {
  40 + cursor: default;
  41 + border-color: #ddd !important;
  42 + background: #ddd !important; }
  43 + .sidebar_checks a, .radio_custom a {
  44 + line-height: 16px;
  45 + font-size: 15px;
  46 + color: red;
  47 + position: relative;
  48 + padding-left: 30px;
  49 + cursor: pointer;
  50 + text-decoration: none !important;
  51 + float: left; }
  52 + .sidebar_checks a:before, .radio_custom a:before {
  53 + position: absolute;
  54 + content: '';
  55 + width: 12px;
  56 + height: 12px;
  57 + top: -1px;
  58 + left: 0;
  59 + background: #fff;
  60 + border: 1px solid #dddddd;
  61 + cursor: pointer; }
  62 + .sidebar_checks a p, .radio_custom a p {
  63 + display: inline-block;
  64 + font-size: 13px;
  65 + color: #858585;
  66 + margin-left: 5px; }
  67 + .sidebar_checks a p.disabled, .radio_custom a p.disabled {
  68 + opacity: 0.5;
  69 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  70 + filter: alpha(opacity=50); }
  71 +
  72 +.radio_custom input + label, .radio_custom .legal-form textarea + label, .legal-form .radio_custom textarea + label, .radio_custom .legal-form select + label, .legal-form .radio_custom select + label {
  73 + color: #777777;
  74 + padding-left: 21px; }
  75 + .radio_custom input + label:before, .radio_custom .legal-form textarea + label:before, .legal-form .radio_custom textarea + label:before, .radio_custom .legal-form select + label:before, .legal-form .radio_custom select + label:before {
  76 + top: 3px;
  77 + border-radius: 100%;
  78 + border-top: 1px solid #dddddd !important;
  79 + border-bottom: 1px solid #dddddd !important;
  80 + border-right: 1px solid #dddddd !important;
  81 + border-left: 1px solid #dddddd !important; }
  82 +.radio_custom input:checked + label:before, .radio_custom .legal-form textarea:checked + label:before, .legal-form .radio_custom textarea:checked + label:before, .radio_custom .legal-form select:checked + label:before, .legal-form .radio_custom select:checked + label:before {
  83 + background: none;
  84 + content: ''; }
  85 +.radio_custom input:checked + label:after, .radio_custom .legal-form textarea:checked + label:after, .legal-form .radio_custom textarea:checked + label:after, .radio_custom .legal-form select:checked + label:after, .legal-form .radio_custom select:checked + label:after {
  86 + position: absolute;
  87 + content: '';
  88 + width: 6px;
  89 + height: 6px;
  90 + top: 6px;
  91 + left: 3px;
  92 + background: #467fbf;
  93 + border-radius: 100%; }
  94 +
  95 +.checked a:before {
  96 + content: "\e909";
  97 + color: red;
  98 + font-size: 6px;
  99 + text-align: center;
  100 + line-height: 15px;
  101 + font-weight: 700;
  102 + padding-left: 1px; }
  103 +
  104 +@media (max-width: 767px) {
  105 + .sidebar_checks input + label, .sidebar_checks .legal-form textarea + label, .legal-form .sidebar_checks textarea + label, .sidebar_checks .legal-form select + label, .legal-form .sidebar_checks select + label, .radio_custom input + label, .radio_custom .legal-form textarea + label, .legal-form .radio_custom textarea + label, .radio_custom .legal-form select + label, .legal-form .radio_custom select + label {
  106 + font-size: 16px; } }
  107 +.legal-form input, .legal-form textarea, .legal-form select {
  108 + width: 100%;
  109 + float: left;
  110 + outline: none !important;
  111 + height: 42px;
  112 + background: #fff;
  113 + border: 1px solid #cccccc;
  114 + padding-left: 8px;
  115 + margin-top: 6px;
  116 + resize: none;
  117 + box-shadow: none; }
  118 + .legal-form input:focus, .legal-form textarea:focus, .legal-form select:focus {
  119 + box-shadow: 2px 3px 4px 0px rgba(238, 238, 238, 0.75) inset;
  120 + transition: 0.2s;
  121 + -webkit-transition: 0.2s;
  122 + -moz-transition: 0.2s;
  123 + -ms-transition: 0.2s;
  124 + -o-transition: 0.2s; }
  125 +.legal-form textarea {
  126 + padding-top: 8px;
  127 + min-height: 82px;
  128 + max-height: 82px;
  129 + max-width: 100%; }
  130 +.legal-form select {
  131 + -webkit-appearance: none;
  132 + -moz-appearance: none;
  133 + appearance: none;
  134 + background: #fff url(../images/select-arrow.png) 98% 50% no-repeat !important; }
  135 +.legal-form button {
  136 + outline: none !important; }
  137 +.legal-form label {
  138 + margin: 19px 0 0 0;
  139 + float: left;
  140 + font-size: 17px;
  141 + font-weight: 300;
  142 + font-family: "Roboto"; }
  143 +.legal-form .has-error input, .legal-form .has-error textarea, .legal-form .has-error select, .legal-form .has-error textarea, .legal-form .has-error select {
  144 + border: 1px solid #f26522 !important; }
  145 +.legal-form .required label {
  146 + position: relative; }
  147 + .legal-form .required label:before {
  148 + display: block;
  149 + content: "*";
  150 + color: #f26522 !important;
  151 + position: absolute;
  152 + top: 5px;
  153 + right: -7px;
  154 + font-size: 14px; }
  155 +.legal-form .help-block {
  156 + display: none;
  157 + width: 100%;
  158 + float: left;
  159 + font-size: 13px;
  160 + color: #888;
  161 + margin-top: 5px; }
  162 +
  163 +@media (max-width: 767px) {
  164 + .legal-form label {
  165 + font-size: 16px; } }
  166 +.legal-form-wrapp {
  167 + box-shadow: 0px 0px 24px 0px rgba(233, 233, 233, 0.75);
  168 + padding: 28px 0 32px 0;
  169 + margin-bottom: 65px;
  170 + text-align: center;
  171 + margin-top: 41px; }
  172 +
  173 +.legal-form {
  174 + width: 780px;
  175 + max-width: 100%;
  176 + display: inline-block;
  177 + vertical-align: top;
  178 + text-align: left; }
  179 + .legal-form form {
  180 + margin-top: 4px;
  181 + display: inline-block;
  182 + vertical-align: top;
  183 + width: 100%; }
  184 +
  185 +.legal-input {
  186 + float: left;
  187 + width: 50%;
  188 + padding: 0 15px; }
  189 + .legal-input label {
  190 + color: #467fbf; }
  191 +
  192 +.legal-area {
  193 + width: 100%;
  194 + float: left;
  195 + padding: 0 15px;
  196 + margin-top: 7px; }
  197 + .legal-area label {
  198 + color: #467fbf; }
  199 +
  200 +.legal-input-wrapp {
  201 + width: 100%;
  202 + float: left; }
  203 +
  204 +.legal-radio-wrapp {
  205 + padding: 0 15px;
  206 + margin-top: 17px;
  207 + width: 100%;
  208 + float: left; }
  209 + .legal-radio-wrapp .radio_custom {
  210 + margin-top: 12px; }
  211 +
  212 +.legal-button-wrapp {
  213 + padding: 0 15px;
  214 + margin-top: 32px;
  215 + width: 100%;
  216 + float: left;
  217 + text-align: center; }
  218 + .legal-button-wrapp button {
  219 + display: inline-block;
  220 + vertical-align: top;
  221 + max-width: 100%;
  222 + width: 214px;
  223 + height: 42px;
  224 + background: #fff;
  225 + line-height: 42px;
  226 + border: 1px solid #467fbf;
  227 + padding: 0 0 0 0;
  228 + font-size: 14px;
  229 + font-weight: 700;
  230 + text-transform: uppercase;
  231 + cursor: pointer;
  232 + color: #467fbf;
  233 + transition: 0.2s;
  234 + -webkit-transition: 0.2s;
  235 + -moz-transition: 0.2s;
  236 + -ms-transition: 0.2s;
  237 + -o-transition: 0.2s; }
  238 + .legal-button-wrapp button:hover {
  239 + background: #467fbf;
  240 + color: #fff; }
  241 + .legal-button-wrapp button:active {
  242 + background: #3f74ad;
  243 + border: 1px solid #3f74ad;
  244 + color: #fff; }
  245 +
  246 +.legal-form-contacts {
  247 + width: 100%;
  248 + float: left;
  249 + padding: 0 15px; }
  250 + .legal-form-contacts div {
  251 + float: left;
  252 + margin-top: 4px; }
  253 + .legal-form-contacts div span, .legal-form-contacts div a {
  254 + position: relative;
  255 + font-size: 17px;
  256 + line-height: 24px;
  257 + text-decoration: none !important;
  258 + padding-left: 22px;
  259 + color: #555555;
  260 + display: block;
  261 + font-family: "Helvetica"; }
  262 + .legal-form-contacts div span:before, .legal-form-contacts div a:before {
  263 + content: '';
  264 + position: absolute;
  265 + left: 0;
  266 + top: 0; }
  267 + .legal-form-contacts div span.phone:before, .legal-form-contacts div a.phone:before {
  268 + width: 14px;
  269 + height: 24px;
  270 + background: url("../../img/phone-ico-form.svg");
  271 + background-position: 50% 50%;
  272 + background-size: 14px 24px;
  273 + background-repeat: no-repeat; }
  274 + .legal-form-contacts div span.mail, .legal-form-contacts div a.mail {
  275 + padding-left: 31px; }
  276 + .legal-form-contacts div span.mail:before, .legal-form-contacts div a.mail:before {
  277 + width: 24px;
  278 + height: 24px;
  279 + background: url("../../img/mail-ico-form.svg");
  280 + background-position: 50% 50%;
  281 + background-size: 24px 20px;
  282 + background-repeat: no-repeat; }
  283 + .legal-form-contacts div:first-child {
  284 + padding-right: 47px; }
  285 +
  286 +@media (max-width: 550px) {
  287 + .legal-form-contacts div {
  288 + padding-right: 0;
  289 + width: 100%; }
  290 +
  291 + .legal-input {
  292 + width: 100%; } }
  293 +.phones-ind a {
  294 + padding-left: 8px; }
  295 + .phones-ind a:first-child {
  296 + padding-left: 0;
  297 + padding-right: 8px; }
  298 +
  299 +.text-legal-phone {
  300 + margin-top: 26px; }
  301 +
  302 +#contact .text-muted {
  303 + margin-bottom: 9px; }
  304 +
  305 +@media (max-width: 767px) {
  306 + .phones-ind a {
  307 + padding: 0 !important; } }
  308 +
  309 +/*# sourceMappingURL=new.css.map */
... ...
frontend/web/css/new-style/new.css.map 0 → 100644
  1 +{
  2 +"version": 3,
  3 +"mappings": "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",
  4 +"sources": ["_radio-check.scss","_mixin.scss","_inputs.scss","_legal.scss","_contacts.scss"],
  5 +"names": [],
  6 +"file": "new.css"
  7 +}
0 8 \ No newline at end of file
... ...