| @@ -1,0 +1,86 @@ | ||
| 1 | +#templately-guten-icon { | |
| 2 | + margin: 0 15px; | |
| 3 | + display: flex; | |
| 4 | +} | |
| 5 | +#templately-guten-icon + #elementor-switch-mode { | |
| 6 | + margin-left: 0; | |
| 7 | +} | |
| 8 | + | |
| 9 | +.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button, | |
| 10 | +#templately-guten-icon .gutenberg-templately-icon { | |
| 11 | + background-color: #5d4fff; | |
| 12 | + background-image: url('../images/logo-icon.svg'); | |
| 13 | + background-repeat: no-repeat; | |
| 14 | + background-position: center center; | |
| 15 | + margin-left: 5px; | |
| 16 | +} | |
| 17 | + | |
| 18 | +#templately-guten-icon .gutenberg-templately-icon { | |
| 19 | + display: inline-block; | |
| 20 | + width: 20px; | |
| 21 | + height: 33px; | |
| 22 | + margin-left: 0px; | |
| 23 | + margin-right: 5px; | |
| 24 | + background-color: transparent; | |
| 25 | +} | |
| 26 | + | |
| 27 | +#templately-guten-icon .gutenberg-add-templately-button { | |
| 28 | + height: 33px; | |
| 29 | + border: none; | |
| 30 | + margin: 2px; | |
| 31 | + line-height: 33px; | |
| 32 | + border-radius: 3px; | |
| 33 | + overflow: hidden; | |
| 34 | + cursor: pointer; | |
| 35 | + padding-left: 7px; | |
| 36 | + padding-right: 7px; | |
| 37 | + background-color: #5d4fff; | |
| 38 | + display: inline-flex; | |
| 39 | + align-items: center; | |
| 40 | + color: #fff; | |
| 41 | + transition: background-color 0.1s ease-in 0s; | |
| 42 | +} | |
| 43 | + | |
| 44 | +#templately-guten-icon .gutenberg-add-templately-button:focus, | |
| 45 | +#templately-guten-icon .gutenberg-add-templately-button:visited { | |
| 46 | + outline: none; | |
| 47 | +} | |
| 48 | +#templately-guten-icon .gutenberg-add-templately-button:hover { | |
| 49 | + background-color: #493ce4; | |
| 50 | +} | |
| 51 | + | |
| 52 | + | |
| 53 | +.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button i.eicon-plus:before { | |
| 54 | + content: ""; | |
| 55 | + display: inline-block; | |
| 56 | +} | |
| 57 | + | |
| 58 | +#templatelyGutenberg { | |
| 59 | + position: fixed; | |
| 60 | + left: 0; | |
| 61 | + top: 0; | |
| 62 | + width: 100%; | |
| 63 | + height: 100%; | |
| 64 | + display: flex; | |
| 65 | + z-index: 9999; | |
| 66 | +} | |
| 67 | + | |
| 68 | +#templatelyGutenberg .templately-modal-templately-overlay { | |
| 69 | + position: relative; | |
| 70 | + left: 0; | |
| 71 | + top: 0; | |
| 72 | + width: 100%; | |
| 73 | + height: 100%; | |
| 74 | + background-color: rgba(0, 0, 0, 0.5); | |
| 75 | + z-index: -1; | |
| 76 | +} | |
| 77 | + | |
| 78 | +#templatelyGutenberg .templately-modal-templately { | |
| 79 | + width: 1200px; | |
| 80 | + height: 80%; | |
| 81 | + left: calc( 50% - 600px ); | |
| 82 | + top: calc( 50% - 40% ); | |
| 83 | + position: absolute; | |
| 84 | + z-index: 9999999; | |
| 85 | + max-height: 800px; | |
| 86 | +} | |