| @@ -1,75 +1,0 @@ | ||
| 1 | -.hidden { | |
| 2 | - display: none !important; | |
| 3 | -} | |
| 4 | -.elementor-field-type-repeater>label { | |
| 5 | - display: none !important; | |
| 6 | -} | |
| 7 | - | |
| 8 | -.elementor-editor-active .elementor-field-type-repeater>label, .elementor-editor-active .elementor-field-type-repeater_start>label { | |
| 9 | - display: block !important; | |
| 10 | -} | |
| 11 | -.container-repeater-field, .elementor-field-repeater-end, .elementor-field-repeater-start, | |
| 12 | -.repeater-field-header-title { | |
| 13 | - width: 100% !important; | |
| 14 | -} | |
| 15 | -.gf-repeater-field-button-add { | |
| 16 | - background-color: #69727d; | |
| 17 | - border-radius: 103px 103px 103px 103px; | |
| 18 | - padding: 10px 20px 10px 20px; | |
| 19 | - color: #fff; | |
| 20 | - text-decoration: none; | |
| 21 | -} | |
| 22 | -.gf-repeater-field-button-add:hover { | |
| 23 | - box-shadow: 4px 4px 0 0 rgba(0,0,0,.35)!important; | |
| 24 | - color: #fff; | |
| 25 | -} | |
| 26 | -.repeater-field-header { | |
| 27 | - display: flex; | |
| 28 | - width: 100% !important; | |
| 29 | -} | |
| 30 | -.repeater-field-header ul { | |
| 31 | - padding: 0; | |
| 32 | - margin: 0; | |
| 33 | - list-style: none; | |
| 34 | -} | |
| 35 | -.repeater-field-header ul li { | |
| 36 | - display: inline-block; | |
| 37 | -} | |
| 38 | -.repeater-field-header-acctions { | |
| 39 | - width: 150px !important; | |
| 40 | - text-align: right; | |
| 41 | -} | |
| 42 | -.repeater-field-header-acctions li i{ | |
| 43 | - font-size: 20px; | |
| 44 | - margin-left: 1px; | |
| 45 | -} | |
| 46 | -.repeater-field-header-acctions li i:hover { | |
| 47 | - opacity: 0.8; | |
| 48 | - cursor: pointer; | |
| 49 | -} | |
| 50 | - | |
| 51 | -.repeater-field-footer { | |
| 52 | - margin: 15px 0; | |
| 53 | -} | |
| 54 | -.repeater-content-show { | |
| 55 | - border-bottom: 1px solid #e7e7e7; | |
| 56 | -} | |
| 57 | -.repeater-field-item { | |
| 58 | - margin-bottom: 15px; | |
| 59 | -} | |
| 60 | -.gfield--type-repeater_end { | |
| 61 | - padding: 5px 15px !important; | |
| 62 | -} | |
| 63 | -.container-repeater-field { | |
| 64 | - grid-column-gap: 2%; | |
| 65 | - -ms-grid-columns: (1fr 2%) [12]; | |
| 66 | - grid-row-gap: 16px; | |
| 67 | - display: grid; | |
| 68 | - grid-template-columns: repeat(12,1fr); | |
| 69 | - grid-template-rows: repeat(auto-fill,auto); | |
| 70 | - width: 100%; | |
| 71 | -} | |
| 72 | - | |
| 73 | -@media only screen and (max-width: 600px) { | |
| 74 | - | |
| 75 | -} | |