| | |
| | | @import "../../common/sassMixin"; |
| | | |
| | | .c-form { |
| | | display: block; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | .c-form-item { |
| | | .at-input { |
| | | background-color: transparent; |
| | | } |
| | | .at-input__title { |
| | | margin-right: 20px; |
| | | } |
| | | .at-input__title--required { |
| | | position: relative; |
| | | &::before { |
| | |
| | | } |
| | | .c-form-submit { |
| | | margin-top: 37px; |
| | | padding: 0 20px; |
| | | padding: 0 20px 30px; |
| | | [type=primary] { |
| | | height: 80px; |
| | | font-size: 33px; |
| | | line-height: 2.2; |
| | | line-height: 78px; |
| | | border: 1PX solid #2093df; |
| | | background: #2093df; |
| | | &:not([disabled]):active { |
| | |
| | | border: 1PX solid #2093df; |
| | | background: #2093df; |
| | | } |
| | | &::after { |
| | | display: none; |
| | | } |
| | | } |
| | | &.c-form-submit-fixed { |
| | | margin-bottom: 130px; |
| | | padding: 0; |
| | | .c-form-submit-inner { |
| | | @include position(fixed, n 0 0 n, 0); |
| | | width: 100%; |
| | | } |
| | | [type=primary] { |
| | | height: 90px; |
| | | line-height: 88px; |
| | | border-radius: 0; |
| | | } |
| | | } |
| | | } |
| | | } |