diff --git a/frontend/src/app/main/ui/releases/v2_15.scss b/frontend/src/app/main/ui/releases/v2_15.scss index e5d13841eb..68603d9658 100644 --- a/frontend/src/app/main/ui/releases/v2_15.scss +++ b/frontend/src/app/main/ui/releases/v2_15.scss @@ -7,7 +7,7 @@ @use "refactor/common-refactor.scss" as deprecated; .modal-overlay { - @extend .modal-overlay-base; + @extend %modal-overlay-base; } .modal-container { @@ -44,6 +44,7 @@ .version-tag { @include deprecated.flexCenter; @include deprecated.headlineSmallTypography; + height: deprecated.$s-32; width: deprecated.$s-96; background-color: var(--communication-tag-background-color); @@ -53,6 +54,7 @@ .modal-title { @include deprecated.headlineLargeTypography; + color: var(--modal-title-foreground-color); } @@ -71,17 +73,20 @@ .feature-title { @include deprecated.bodyLargeTypography; + color: var(--modal-title-foreground-color); } .feature-content { @include deprecated.bodyMediumTypography; + margin: 0; color: var(--modal-text-foreground-color); } .feature-list { @include deprecated.bodyMediumTypography; + color: var(--modal-text-foreground-color); list-style: disc; display: grid; @@ -95,7 +100,8 @@ } .next-btn { - @extend .button-primary; + @extend %button-primary; + width: deprecated.$s-100; justify-self: flex-end; grid-area: button;