editor.css (1546B)
1 #redux-templatesImportCollectionBtn { 2 vertical-align: middle; 3 display: inline-flex; 4 align-items: center; 5 text-decoration: none; 6 border: 1px solid #bababa; 7 border-radius: 3px; 8 white-space: nowrap; 9 color: #555d66; 10 font-size: 13px; 11 margin: 0 15px 0 15px; 12 padding: 9px 12px; 13 background: transparent; 14 cursor: pointer; 15 -webkit-appearance: none; 16 transition: 400ms; } 17 #redux-templatesImportCollectionBtn svg { 18 height: 16px; 19 width: 16px; 20 margin-right: 8px; } 21 #redux-templatesImportCollectionBtn svg * { 22 stroke: #555d66; 23 fill: #555d66; 24 stroke-width: 0; } 25 #redux-templatesImportCollectionBtn:hover, #redux-templatesImportCollectionBtn:focus, #redux-templatesImportCollectionBtn:active { 26 text-decoration: none; 27 border: 1px solid #191e23; 28 color: #191e23; } 29 #redux-templatesImportCollectionBtn:hover svg *, #redux-templatesImportCollectionBtn:focus svg *, #redux-templatesImportCollectionBtn:active svg * { 30 stroke: #191e23 !important; 31 fill: #191e23 !important; 32 stroke-width: 0; } 33 34 .redux-templates-editor-btn { 35 background: none; 36 border: 0; 37 color: inherit; 38 font: inherit; 39 line-height: normal; 40 overflow: visible; 41 padding: 0; 42 -webkit-appearance: button; 43 -webkit-user-select: none; 44 -moz-user-select: none; 45 -ms-user-select: none; } 46 .redux-templates-editor-btn::-moz-focus-inner { 47 border: 0; 48 padding: 0; } 49 50 .d-flex { 51 display: flex; } 52 53 .justify-content-center { 54 justify-content: center; } 55 56 /*# sourceMappingURL=editor.css.map */