| | |
| | | @include ellipsis; |
| | | } |
| | | } |
| | | |
| | | .user-account-card { |
| | | border-radius: 20px; |
| | | padding: 32px; |
| | | |
| | | .user-account-card-title { |
| | | display: flex; |
| | | align-items: center; |
| | | margin-bottom: 26px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | |
| | | .user-account-card-icon { |
| | | width: 88px; |
| | | height: 88px; |
| | | margin-right: 26px; |
| | | } |
| | | |
| | | .user-account-card-title-text { |
| | | font-size: 36px; |
| | | line-height: 50px; |
| | | font-weight: 500; |
| | | } |
| | | } |
| | | |
| | | .user-account-card-content { |
| | | font-size: 34px; |
| | | font-weight: 400; |
| | | line-height: 48px; |
| | | margin-bottom: 14px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | @include ellipsis; |
| | | } |
| | | |
| | | .user-account-card-remark { |
| | | font-size: 30px; |
| | | line-height: 42px; |
| | | font-weight: 400; |
| | | margin-bottom: 20px; |
| | | color: boleGetCssVar('text-color', 'secondary'); |
| | | @include ellipsis; |
| | | } |
| | | |
| | | .user-account-card-actions { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | |
| | | .user-account-card-action { |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | .user-account-card-action-icon { |
| | | width: 40px; |
| | | height: 40px; |
| | | margin-right: 12px; |
| | | } |
| | | |
| | | .user-account-card-action-text { |
| | | font-size: 26px; |
| | | line-height: 36px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | } |
| | | } |
| | | |
| | | .user-account-card-action + .user-account-card-action { |
| | | margin-left: 64px; |
| | | } |
| | | } |
| | | } |