Skip to content

Commit b6ea43f

Browse files
committed
More tables style fixes
1 parent 12ce76a commit b6ea43f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ strong a {
8181
color: #2a2a2a;
8282
font-size: 15px;
8383
font-weight: bold;
84-
line-height: 25px;
84+
line-height: 18px;
8585
text-align: left;
8686
text-transform: uppercase;
87-
padding: 7px 10px 7px 0;
87+
padding: 18px 10px 14px 0;
8888

8989
@include md-to-xl {
9090
white-space: nowrap;
@@ -102,8 +102,8 @@ strong a {
102102
line-height: 25px;
103103
text-align: left;
104104
color: $tc-gray-80;
105-
border-top: 1px solid #ededf2;
106-
border-bottom: 1px solid #ededf2;
105+
border-top: 1px solid #d4d4d4;
106+
border-bottom: 1px solid #d4d4d4;
107107
padding: 20px 50px 20px 0;
108108
min-height: 51px;
109109

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ strong a {
9797
color: #2a2a2a;
9898
font-size: 15px;
9999
font-weight: bold;
100-
line-height: 25px;
100+
line-height: 18px;
101101
text-align: left;
102102
text-transform: uppercase;
103-
padding: 7px 10px 7px 0;
103+
padding: 18px 10px 14px 0;
104104

105105
@include md-to-xl {
106106
white-space: nowrap;
@@ -118,8 +118,8 @@ strong a {
118118
line-height: 25px;
119119
text-align: left;
120120
color: $tc-gray-80;
121-
border-top: 1px solid #ededf2;
122-
border-bottom: 1px solid #ededf2;
121+
border-top: 1px solid #d4d4d4;
122+
border-bottom: 1px solid #d4d4d4;
123123
padding: 20px 50px 20px 0;
124124
min-height: 51px;
125125

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ strong a {
125125
color: #2a2a2a;
126126
font-size: 15px;
127127
font-weight: bold;
128-
line-height: 25px;
128+
line-height: 18px;
129129
text-align: left;
130130
text-transform: uppercase;
131-
padding: 7px 10px 7px 0;
131+
padding: 18px 10px 14px 0;
132132

133133
@include md-to-xl {
134134
white-space: nowrap;
@@ -146,8 +146,8 @@ strong a {
146146
line-height: 25px;
147147
text-align: left;
148148
color: $tc-gray-80;
149-
border-top: 1px solid #ededf2;
150-
border-bottom: 1px solid #ededf2;
149+
border-top: 1px solid #d4d4d4;
150+
border-bottom: 1px solid #d4d4d4;
151151
padding: 20px 50px 20px 0;
152152
min-height: 51px;
153153

0 commit comments

Comments
 (0)