Skip to content

Commit e44a5a5

Browse files
committed
issue #2632 - adjust tc-heading mixins after the scale of tc-header variables was changed
1 parent 48ca809 commit e44a5a5

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/components/Home/Home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
}
9898

9999
h1 {
100-
@include tc-heading-extra-large;
100+
@include tc-heading-large;
101101
@include roboto-medium;
102102
color: $tc-black;
103103
letter-spacing: 0;

src/components/NoResults/NoResults.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
p {
1111
margin-bottom: 50px;
12-
@include tc-heading-large;
12+
@include tc-heading;
1313
font-weight: 300;
1414
}
1515

src/components/TopBar/ProjectToolBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
overflow: hidden;
107107

108108
span {
109-
@include tc-heading;
109+
@include tc-heading-small;
110110
color: $tc-gray-10;
111111
display: block;
112112
text-overflow: ellipsis;

src/components/TopBar/ProjectsToolBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.projects-title-mobile {
24-
@include tc-heading;
24+
@include tc-heading-small;
2525
color: $tc-gray-10;
2626
font-size: 15px;
2727
line-height: 50px;

src/components/User/UsernameAndDetails.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
max-width: 225px;
66

77
.username {
8-
@include tc-heading;
8+
@include tc-heading-small;
99
color: $tc-gray-80;
1010
text-overflow: ellipsis;
1111
overflow: hidden;

src/projects/create/components/ProductCard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
h3 {
35-
@include tc-heading;
35+
@include tc-heading-small;
3636
@include roboto-bold;
3737
font-size: 15px;
3838
line-height: 20px;

src/projects/create/components/SelectProjectTemplate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
+ h2 {
2626
font-size: 15px;
2727
line-height: 20px;
28-
@include tc-heading;
28+
@include tc-heading-small;
2929
@include roboto-bold;
3030
color: $tc-gray-80;
3131
margin-bottom: 13px;

src/projects/create/components/WizardHeader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
min-width: 700px;
66
text-align: center;
77
h1 {
8-
@include tc-heading;
8+
@include tc-heading-small;
99
color: $tc-gray-50;
1010
margin-bottom: 20px;
1111
}

src/projects/create/components/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $minimumPageWidth: 984px;
4646
}
4747

4848
.wizardHeadline {
49-
@include tc-heading;
49+
@include tc-heading-small;
5050
width: 100%;
5151
text-align: center;
5252
margin: 0 0 50px;

src/projects/detail/components/FeatureSelector/FeatureForm.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
border-bottom: 1px solid $tc-gray-10;
2323

2424
.title {
25-
@include tc-heading;
25+
@include tc-heading-small;
2626
@include roboto-medium;
2727
flex: 1;
2828
color: $tc-black;

0 commit comments

Comments
 (0)