Skip to content

Commit bb7c629

Browse files
committed
Feedback DaraK on new tco19/20 themes
1 parent eb49943 commit bb7c629

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

src/shared/components/Contentful/Banner/themes/tco19.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ $contentWrapperPadding: 0;
8686
font-size: 16px;
8787
line-height: 19px;
8888
color: #5fb7ee;
89+
text-decoration: underline;
90+
}
91+
92+
a:hover {
93+
text-decoration: none;
8994
}
9095
}
9196
}

src/shared/components/Contentful/Banner/themes/tco20.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ $contentWrapperPadding: 0;
8686
font-size: 16px;
8787
line-height: 19px;
8888
color: #5fb7ee;
89+
text-decoration: underline;
90+
}
91+
92+
a:hover {
93+
text-decoration: none;
8994
}
9095
}
9196
}

src/shared/components/Contentful/ContentBlock/themes/TCO19.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
h4,
4444
h5,
4545
h6 {
46-
margin: 20px 0 10px;
46+
margin: 10px 0 10px;
4747
color: $tco-black;
4848
text-transform: uppercase;
4949
}
@@ -63,6 +63,7 @@
6363
line-height: 20px;
6464
text-align: left;
6565
font-weight: 500;
66+
margin-bottom: 20px;
6667
}
6768
}
6869

src/shared/components/Contentful/ContentBlock/themes/_TCO19_thypo.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@
5555

5656
font-size: 24px;
5757
line-height: 26px;
58+
font-weight: 500;
5859

5960
@include xs-to-sm {
6061
font-size: 21px;
61-
font-weight: 600;
62+
font-weight: 500;
6263
line-height: 25px;
6364
}
6465
}
@@ -68,10 +69,11 @@
6869

6970
font-size: 20px;
7071
line-height: 24px;
72+
font-weight: 500;
7173

7274
@include xs-to-sm {
7375
font-size: 18px;
74-
font-weight: 600;
76+
font-weight: 500;
7577
line-height: 22px;
7678
}
7779
}

src/shared/components/buttons/outline/tco/tco19-sec-lg.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ $tco-disabled-background: #e9e9e9;
2323
background-color: $tco-disabled-background !important;
2424
border-radius: 20px !important;
2525
border: none !important;
26+
color: $tc-white !important;
2627
}

src/shared/components/buttons/outline/tco/tco19-sec.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ $tco-disabled-background: #e9e9e9;
2323
background-color: $tco-disabled-background !important;
2424
border-radius: 15px !important;
2525
border: none !important;
26+
color: $tc-white !important;
2627
}

0 commit comments

Comments
 (0)