Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(design system): Fix large font-sizes inconsistencies #28724 #29611

Merged
merged 10 commits into from
Aug 16, 2024
2 changes: 1 addition & 1 deletion core-web/apps/dotcdn/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ h1 {

.dot-cdn__tab-content-label {
margin: 0;
font-size: $font-size-lg;
font-size: $font-size-lmd;
}

.dot-cdn__tab-content__row:first-child {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

input,
textarea {
font-size: $font-size-lg;
font-size: $font-size-lmd;
width: 100%;
}

Expand All @@ -52,7 +52,7 @@
}

p-checkbox label {
font-size: $font-size-lg;
font-size: $font-size-lmd;
}

p-checkbox.required label:before,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
color: $black;
display: flex;
justify-content: space-between;
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: $font-weight-semi-bold;
padding: $spacing-3;

Expand All @@ -49,4 +49,5 @@
flex-direction: column;
overflow-y: auto;
width: 100%;
font-size: $font-size-md;
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
color: $black;
cursor: pointer;
display: inline-block;
font-size: $font-size-xxl;
font-size: $font-size-xl;
font-weight: bold;
margin: 0;
}

.dot-apps-configuration__service-key {
color: $color-palette-gray-700;
display: inline-block;
font-size: $font-size-lg;
font-size: $font-size-lmd;
margin-left: $spacing-3;
display: flex;
align-items: center;
Expand Down Expand Up @@ -71,7 +71,7 @@
.dot-apps-configuration__description__link_show-more {
background-color: $white;
cursor: pointer;
font-size: $font-size-lg;
font-size: $font-size-lmd;
padding-left: $spacing-1;
position: absolute;
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}

.dot-apps-configuration__add-configurations-title {
font-size: $font-size-xxl;
font-size: $font-size-xl;
font-weight: bold;
}

.dot-apps-configuration__add-configurations-description {
font-size: $font-size-lg;
font-size: $font-size-lmd;
margin-bottom: $spacing-9;
margin-top: $spacing-4;
}
Expand All @@ -54,4 +54,5 @@
box-shadow: $shadow-m;
overflow-y: auto;
width: 100%;
font-size: $font-size-md;
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ p-avatar {
color: $black;
display: block;
flex: 1;
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: bold;
text-overflow: ellipsis;
transition: color $basic-speed ease;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@
background-color: $white;
box-shadow: $shadow-m;
padding-top: $spacing-4;
font-size: $font-size-md;
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ dot-portlet-base {
display: flex;
justify-content: center;
font-size: $spacing-9;
font-size: $font-size-xxl;
font-size: $font-size-xl;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ dot-content-type-selector {
.listing-datatable__empty {
display: flex;
justify-content: center;
font-size: $font-size-xxl;
font-size: $font-size-xl;
margin-top: $spacing-4;
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.dot-container-properties__title-text {
display: inline-block;
padding-right: $spacing-2;
font-size: $font-size-lg;
font-size: $font-size-lmd;
}

.dot-container-properties__max-contents-input {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ h2 {
margin: 0 $spacing-3 0 0;
align-self: center;
color: $font-color-base;
font-size: $font-size-xxl;
font-size: $font-size-xl;
font-weight: normal;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
.whats-changed__empty-state {
text-align: center;
margin-top: $spacing-9;
font-size: $font-size-xxl;
font-size: $font-size-xl;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ h2 {
margin: 0 $spacing-3 0 0;
align-self: center;
color: $font-color-base;
font-size: $font-size-xxl;
font-size: $font-size-xl;
font-weight: normal;
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

i.pi {
color: $color-palette-primary;
font-size: $font-size-xxl;
font-size: $font-size-xl;
margin-bottom: $spacing-3;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $number-link-icon-size: 2.28rem;

.dot-starter-title {
color: $black;
font-size: $font-size-xl;
font-size: $font-size-lg;
margin: $spacing-5 $spacing-3 $spacing-1;
}

Expand Down Expand Up @@ -107,7 +107,7 @@ $number-link-icon-size: 2.28rem;

h4 {
color: $black;
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: $font-weight-semi-bold;
margin: 0;
}
Expand All @@ -123,13 +123,13 @@ $number-link-icon-size: 2.28rem;

i {
color: $color-palette-gray-500;
font-size: $font-size-xl;
font-size: $font-size-lg;
margin-right: $spacing-3;
}
}

.dot-starter-top-main__title {
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: $font-weight-semi-bold;
margin: 0;
border-bottom: 1px solid $color-palette-gray-300;
Expand Down Expand Up @@ -166,7 +166,7 @@ $number-link-icon-size: 2.28rem;

h4 {
color: $black;
font-size: $font-size-lg;
font-size: $font-size-lmd;
margin: 0;
}
p {
Expand All @@ -180,7 +180,7 @@ $number-link-icon-size: 2.28rem;

h4 {
color: $color-palette-primary;
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: 500;
margin: 0;
padding-bottom: $spacing-1;
Expand Down Expand Up @@ -228,7 +228,7 @@ $number-link-icon-size: 2.28rem;

h4 {
color: $black;
font-size: $font-size-lg;
font-size: $font-size-lmd;
margin: 0;
}
p {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
}

h3 {
font-size: $font-size-xl;
font-size: $font-size-lg;
margin: $spacing-2 0;
}

h4 {
font-size: $font-size-lg;
font-size: $font-size-lmd;
margin: $spacing-2 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $row-height: 70px;
position: relative;

.dot-add-rows-columns-list__title {
font-size: $font-size-lg;
font-size: $font-size-lmd;
}

p-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $top-height: ($toolbar-height + $tabview-nav-height + $dot-secondary-toolbar-mai
}

.content-type__title {
font-size: $font-size-lg;
font-size: $font-size-lmd;
display: flex;
flex-flow: column wrap;

Expand Down Expand Up @@ -145,7 +145,7 @@ $top-height: ($toolbar-height + $tabview-nav-height + $dot-secondary-toolbar-mai
}

.content-type__dot-separator {
font-size: $font-size-xl;
font-size: $font-size-lg;
margin: 0 4px;
vertical-align: middle;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.bulk-information__success-message {
color: $color-palette-gray-700;
font-size: $font-size-lg;
font-size: $font-size-lmd;
text-align: center;
padding-top: $spacing-3;
padding-bottom: $spacing-5;
Expand Down Expand Up @@ -40,7 +40,7 @@
}
h5 {
padding-bottom: $spacing-1;
font-size: $font-size-lg;
font-size: $font-size-lmd;
}
padding: $spacing-3;
box-shadow: $shadow-xs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

h3 {
font-size: $font-size-xl;
font-size: $font-size-lg;
margin: $spacing-3 0 $spacing-2 0;
font-weight: $font-weight-semi-bold;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
border: 0;
background-color: transparent;
color: $black;
font-size: $font-size-xl;
font-size: $font-size-lg;
font-weight: bold;
text-align: center;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dot-material-icon-picker {
}

.dot-material-icon__preview {
font-size: $font-size-xl;
font-size: $font-size-lg;
}

.dot-material-icon__button {
Expand All @@ -43,7 +43,7 @@ dot-material-icon-picker {
justify-content: center;

mwc-icon {
font-size: $font-size-xl;
font-size: $font-size-lg;
width: $field-height-md;
}
}
Expand All @@ -69,7 +69,7 @@ dot-material-icon-picker {
}

mwc-icon {
font-size: $font-size-lg;
font-size: $font-size-lmd;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import "mixins";

.site-selector__title {
font-size: $font-size-lg;
font-size: $font-size-lmd;
}

.site-selector__modal {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
:host ::ng-deep .p-breadcrumb {
ul li {
&:first-child {
font-size: $font-size-lg;
font-size: $font-size-lmd;
a span.p-menuitem-text {
color: $black;
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: $font-weight-regular-bold;
}
}

.p-menuitem-link[href] {
.p-menuitem-text {
font-size: $font-size-lg;
font-size: $font-size-lmd;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ h6 {
align-items: center;
background-color: $color-palette-gray-200;
display: flex;
font-size: $font-size-lg;
font-size: $font-size-lmd;
font-weight: normal;
height: 48px;
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
color: $color-palette-gray-700;
display: flex;
flex-shrink: 0;
font-size: $font-size-xxl;
font-size: $font-size-xl;
justify-content: center;
}

Expand Down
Loading