You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .user-points {
- flex: none;
- &__title {
- margin-bottom: 1.25rem;
- color: @text-color;
- font-weight: 700;
- font-size: 1rem;
- }
-
- &__content {
- display: flex;
- gap: 0 1.25rem;
- padding: 1.25rem;
- background-color: white;
- border-radius: 0.625rem;
-
- &__title {
- margin-bottom: 0.625rem;
- color: @text-color-secondary;
- font-size: 0.875rem;
- }
-
- &__value {
- color: @text-color;
- font-weight: 700;
- font-size: 1.25rem;
- }
-
- &__unit {
- position: relative;
- top: -0.25rem;
- margin-left: 0.25rem;
- }
- }
- }
|