| 1 |
@import url('./open-sans.css'); |
| 2 |
@import url('./logo.css'); |
| 3 |
@import url('./globalStyle.css'); |
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
.image-hub-api-key-field input { |
| 8 |
font-family: monospace; |
| 9 |
padding: 8px 12px; |
| 10 |
width: 100%; |
| 11 |
} |
| 12 |
|
| 13 |
.image-hub-image-hub-api-key-field-container { |
| 14 |
display: flex; |
| 15 |
|
| 16 |
align-items: flex-end; |
| 17 |
margin-top: 16px; |
| 18 |
max-width: 50% |
| 19 |
} |
| 20 |
|
| 21 |
.image-hub-image-hub-api-key-field-container .image-hub-api-key-field { |
| 22 |
flex-grow: 1; |
| 23 |
} |
| 24 |
|
| 25 |
.image-hub-image-hub-api-key-field-container .components-button { |
| 26 |
margin-left: 8px; |
| 27 |
color: white |
| 28 |
} |
| 29 |
|
| 30 |
|
| 31 |
:root { |
| 32 |
--font-size-m: 13px; |
| 33 |
--lineheight-s: 20xp; |
| 34 |
} |
| 35 |
|
| 36 |
|
| 37 |
|
| 38 |
.image-hub-settings-swipable-menu-button { |
| 39 |
background-color: transparent !important; |
| 40 |
color: #3858E9 !important; |
| 41 |
fill: #3858E9 !important; |
| 42 |
font-weight: 600 !important; |
| 43 |
font-size: var(--font-size-m) !important; |
| 44 |
line-height: var(--lineheight-s) !important; |
| 45 |
letter-spacing: 0% !important; |
| 46 |
vertical-align: middle !important; |
| 47 |
width: 220px; |
| 48 |
display: flex !important; |
| 49 |
justify-content: space-between !important; |
| 50 |
border-radius: 0 !important; |
| 51 |
} |
| 52 |
|
| 53 |
.image-hub-settings-swipable-menu-button>svg { |
| 54 |
color: #3858E9 !important; |
| 55 |
fill: #3858E9 !important; |
| 56 |
|
| 57 |
} |
| 58 |
|
| 59 |
.image-hub-settings-swipable-menu-button.active { |
| 60 |
color: #3858E9 !important; |
| 61 |
fill: #3858E9 !important; |
| 62 |
background-color: #3858E90A !important; |
| 63 |
|
| 64 |
} |
| 65 |
|
| 66 |
.image-hub-settings-swipable-menu-button:hover { |
| 67 |
background-color: #3858E90A !important; |
| 68 |
} |
| 69 |
|
| 70 |
.image-hub-settings-swipable-menu-button:focus { |
| 71 |
outline: none !important; |
| 72 |
border: none !important; |
| 73 |
box-shadow: none !important; |
| 74 |
} |
| 75 |
|
| 76 |
|
| 77 |
.image-hub-settings-general-checkbox .components-checkbox-control__label { |
| 78 |
font-weight: 600; |
| 79 |
} |
| 80 |
|
| 81 |
.image-hub-settings-general-checkbox-disabled { |
| 82 |
opacity: 0.5; |
| 83 |
} |
| 84 |
|
| 85 |
.image-hub-settings-general-container>h4, |
| 86 |
.image-hub-settings-apikeys-container>h4, |
| 87 |
.image-hub-settings-sizes-container>h4, |
| 88 |
.image-hub-settings-updates-container>h4 { |
| 89 |
|
| 90 |
display: block; |
| 91 |
margin: 0 0 20px 0; |
| 92 |
padding: 0; |
| 93 |
font-weight: 400; |
| 94 |
} |
| 95 |
|
| 96 |
|
| 97 |
.image-hub-settings-general-container, |
| 98 |
.image-hub-settings-apikeys-container, |
| 99 |
.image-hub-settings-sizes-container, |
| 100 |
.image-hub-settings-updates-container { |
| 101 |
scroll-margin-top: 118px; |
| 102 |
} |
| 103 |
|