Skip to content

Commit dea57dc

Browse files
committed
updates for #2348
1 parent d25a536 commit dea57dc

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ $contentWrapperPadding: 0;
9494
list-style: disc;
9595
margin-bottom: 1em;
9696
margin-left: 20px;
97-
98-
li {
99-
p {
100-
font-size: 16px;
101-
line-height: 27px;
102-
}
103-
}
10497
}
10598

10699
input {

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,22 @@
110110
td {
111111
@include roboto-regular;
112112

113-
font-size: 20px;
114-
line-height: 70px;
113+
font-size: 15px;
114+
line-height: 25px;
115115
text-align: left;
116116
color: $tc-gray-80;
117117
border-top: 1px solid #ededf2;
118118
border-bottom: 1px solid #ededf2;
119-
padding: 0 10px;
119+
padding: 10px 0;
120+
min-height: 51px;
121+
122+
&:first-child {
123+
padding-left: 10px;
124+
}
125+
126+
&:last-child {
127+
padding-right: 10px;
128+
}
120129
}
121130

122131
ul,

0 commit comments

Comments
 (0)