_component-wrapper.scss
4 years ago
_copy.scss
4 years ago
_panels.scss
4 years ago
_popup.scss
4 years ago
_titles.scss
4 years ago
_tooltip.scss
4 years ago
_copy.scss
38 lines
| 1 | .cx-vui-text { |
| 2 | font-size: 13px; |
| 3 | line-height: 20px; |
| 4 | color: $color__text; |
| 5 | padding: 15px 0; |
| 6 | font-family: $font_family; |
| 7 | } |
| 8 | |
| 9 | .cx-vui-hr { |
| 10 | display: block; |
| 11 | width: 100%; |
| 12 | height: 0; |
| 13 | border-top: 1px solid $color__border-off-panel; |
| 14 | margin: 30px 0; |
| 15 | } |
| 16 | |
| 17 | .cx-vui-notice { |
| 18 | padding: 20px; |
| 19 | color: $color__text; |
| 20 | font-size: 15px; |
| 21 | line-height: 23px; |
| 22 | &--error { |
| 23 | background: $color__error-light; |
| 24 | } |
| 25 | &--success { |
| 26 | background: $color__success-light; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | .cx-vui-inline-notice { |
| 31 | font-weight: bold; |
| 32 | &--error { |
| 33 | color: $color__error; |
| 34 | } |
| 35 | &--success { |
| 36 | color: $color__success; |
| 37 | } |
| 38 | } |