@import '@/uni.scss'; .page { padding: $space-lg; } .header { padding: $space-lg; border-radius: $radius; background: $background-primary; box-shadow: $shadow-xs; } .title { font-size: $font-size-lg; font-weight: $font-weight-bold; color: $text-primary; } .sub-title { margin-top: $space-xs; font-size: $font-size-md; color: $text-secondary; }