components
2 weeks ago
ProvidersPlaceholder.js
2 weeks ago
ProvidersPlaceholder.scss
2 weeks ago
icons.js
2 years ago
index.js
10 months ago
ProvidersPlaceholder.scss
46 lines
| 1 | .presto-providers-placeholder { |
| 2 | &--loading.components-placeholder { |
| 3 | padding: 16px; |
| 4 | } |
| 5 | |
| 6 | &.components-placeholder { |
| 7 | padding: 32px; |
| 8 | } |
| 9 | |
| 10 | &__label { |
| 11 | margin-bottom: 4px; |
| 12 | } |
| 13 | |
| 14 | &__title { |
| 15 | font-size: 24px !important; |
| 16 | font-weight: 500 !important; |
| 17 | margin: 0px !important; |
| 18 | } |
| 19 | |
| 20 | &__description { |
| 21 | font-size: 14px !important; |
| 22 | font-weight: 300 !important; |
| 23 | margin: 0px !important; |
| 24 | } |
| 25 | |
| 26 | &__grid { |
| 27 | max-width: 540px; |
| 28 | width: 100%; |
| 29 | } |
| 30 | |
| 31 | &__row { |
| 32 | width: 100%; |
| 33 | max-width: 100%; |
| 34 | } |
| 35 | |
| 36 | &__menu-item { |
| 37 | .components-menu-item__item { |
| 38 | white-space: nowrap; |
| 39 | overflow: hidden; |
| 40 | text-overflow: ellipsis; |
| 41 | display: inline-block; |
| 42 | text-align: left; |
| 43 | } |
| 44 | } |
| 45 | } |
| 46 |