| | |
| | | box-sizing: border-box; |
| | | .layout-header__title { |
| | | font-size: 38px; |
| | | line-height: 46px; |
| | | } |
| | | } |
| | | .layout-body { |
| | |
| | | &:last-child { |
| | | color: $colorStress; |
| | | } |
| | | &[disabled] { |
| | | color: #fff; |
| | | background-color: #e6e6e6; |
| | | pointer-events: none; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | .at-tag { |
| | | font-size: 36px; |
| | | } |
| | | .at-action-sheet { |
| | | .at-action-sheet__container { |
| | | max-height: 90%; |
| | | overflow-y: scroll; |
| | | } |
| | | } |
| | | .at-steps { |
| | | .at-steps__single-icon { |
| | | width: 56px; |
| | | height: 56px; |
| | | } |
| | | .at-steps__right-line { |
| | | left: 80%; |
| | | } |
| | | .at-steps__left-line { |
| | | right: 80%; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .taro__toast { |