Commit ad976f0c929cbf9d997b8b9c32ad9e3cdabfff5d
Merge branch 'master' of gitlab.artweb.com.ua:root/test_1
Showing
1 changed file
with
42 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -513,4 +513,45 @@ div.required:after { content: " *"; |
513 | 513 | |
514 | 514 | .myprofile .field-changepasswordform-old_pass label, .myprofile .field-changepasswordform-pass label, .myprofile .field-changepasswordform-re_pass label{ |
515 | 515 | left: 0px!important; |
516 | -} | |
517 | 516 | \ No newline at end of file |
517 | +} | |
518 | + | |
519 | +.second_section .bold_line{ | |
520 | + margin-top: 13px; | |
521 | + margin-bottom: -2px; | |
522 | +} | |
523 | + | |
524 | +#button_grey_card{ | |
525 | + margin-top: -20px; | |
526 | + font-size: 14px; | |
527 | + margin-right: 388px | |
528 | +} | |
529 | +.change_b{ | |
530 | + width: 186px; | |
531 | +} | |
532 | +.table_height{ | |
533 | + height: 70px!important; | |
534 | + border-bottom: 0px!important; | |
535 | +} | |
536 | +.tovar_card_visible{ | |
537 | + display: none; | |
538 | +} | |
539 | + | |
540 | +.table{ | |
541 | + transition: 0.3s; | |
542 | +} | |
543 | + | |
544 | +.inner_table{ | |
545 | + width: 100%!important | |
546 | +} | |
547 | + | |
548 | +.inner_table tr{ | |
549 | + height: 47px; | |
550 | + border-left: 0!important; | |
551 | + border-bottom: 0!important; | |
552 | +} | |
553 | + | |
554 | +.inner_table td{ | |
555 | + vertical-align: middle; | |
556 | + border: 0; | |
557 | +} | |
558 | + | ... | ... |