| 1 |
.mbt-shortcode-block-editor .components-placeholder { |
| 2 |
padding: 2em 1em; } |
| 3 |
|
| 4 |
.mbt-shortcode-block-editor .header { |
| 5 |
display: flex; |
| 6 |
align-items: center; |
| 7 |
text-align: left; |
| 8 |
font-size: 1.2em; } |
| 9 |
.mbt-shortcode-block-editor .header .logo { |
| 10 |
background: url("../images/logo.png"); |
| 11 |
background-size: 100%; |
| 12 |
height: 4.5em; |
| 13 |
width: 4.5em; |
| 14 |
min-width: 4.5em; |
| 15 |
margin: 0 0.7em 0 0; } |
| 16 |
.mbt-shortcode-block-editor .header h1 { |
| 17 |
margin: 0; |
| 18 |
padding: 0; |
| 19 |
font-size: 1.5em; } |
| 20 |
.mbt-shortcode-block-editor .header h2 { |
| 21 |
margin: 0; |
| 22 |
padding: 0; |
| 23 |
font-size: 1em; } |
| 24 |
|
| 25 |
.mbt-shortcode-block-editor .spinner-holder { |
| 26 |
width: 100%; |
| 27 |
text-align: center; } |
| 28 |
.mbt-shortcode-block-editor .spinner-holder .components-spinner { |
| 29 |
float: none; } |
| 30 |
|
| 31 |
.mbt-shortcode-block-editor .description { |
| 32 |
width: 100%; } |
| 33 |
|
| 34 |
.mbt-shortcode-block-editor .attributes { |
| 35 |
width: 100%; |
| 36 |
border-top: 1px solid #e2e4e7; |
| 37 |
padding-top: 1em; |
| 38 |
margin-top: 1em; |
| 39 |
display: flex; |
| 40 |
flex-direction: column; |
| 41 |
align-items: center; } |
| 42 |
.mbt-shortcode-block-editor .attributes .components-base-control__field { |
| 43 |
display: flex; |
| 44 |
align-items: center; } |
| 45 |
.mbt-shortcode-block-editor .attributes .components-base-control__field .components-base-control__label { |
| 46 |
font-size: 1.2em; |
| 47 |
padding-right: 0.4em; } |
| 48 |
.mbt-shortcode-block-editor .attributes .components-base-control__field .components-base-control__label:after { |
| 49 |
content: ':'; } |
| 50 |
|
| 51 |
.mbt-shortcode-block-editor .preview { |
| 52 |
width: 100%; } |
| 53 |
.mbt-shortcode-block-editor .preview .attribute { |
| 54 |
font-size: 1.2em; } |
| 55 |
.mbt-shortcode-block-editor .preview .attribute .name { |
| 56 |
padding-right: 0.4em; } |
| 57 |
.mbt-shortcode-block-editor .preview .attribute .name:after { |
| 58 |
content: ':'; } |
| 59 |
.mbt-shortcode-block-editor .preview .attribute .value { |
| 60 |
font-weight: bold; |
| 61 |
cursor: pointer; } |
| 62 |
.mbt-shortcode-block-editor .preview .attribute .value:hover { |
| 63 |
text-decoration: underline; } |
| 64 |
.mbt-shortcode-block-editor .preview .attribute .no-value { |
| 65 |
opacity: 0.7; } |
| 66 |
|
| 67 |
|