| | |
| | | @import "../../common/sassMixin"; |
| | | |
| | | .c-switch { |
| | | &.read-only { |
| | | pointer-events: none; |
| | | background-color: #f6f6f6; |
| | | .at-switch { |
| | | background-color: transparent; |
| | | } |
| | | .at-switch__container { |
| | | background-color: transparent; |
| | | } |
| | | } |
| | | .at-switch__title { |
| | | font-size: 36px; |
| | | } |
| | |
| | | } |
| | | .c-switch-radio-item { |
| | | display: inline-block; |
| | | padding-left: 18px; |
| | | padding-left: 24px; |
| | | } |
| | | .c-switch-radio-icon { |
| | | @include flexbox(inline, center center); |
| | |
| | | } |
| | | &.c-switch-radio-left { |
| | | .c-switch-radio-group { |
| | | width: 538px; |
| | | width: calc(100% - 214px); |
| | | padding-right: 0; |
| | | .c-switch-radio-item { |
| | | padding-left: 0; |
| | | padding-right: 22px; |
| | | padding-right: 24px; |
| | | } |
| | | } |
| | | } |