Skip to content

Commit f0f678c

Browse files
committed
Styling tables
1 parent f5afe65 commit f0f678c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

_sass/_layout.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,29 @@
274274
font-size: 18px;
275275
}
276276
}
277+
278+
table {
279+
background-color: #FFFFFF;
280+
width: 100%;
281+
text-align: left;
282+
border-collapse: collapse;
283+
padding-bottom: 10px;
284+
}
285+
table td, table. th {
286+
border: 1px solid #AAAAAA;
287+
padding: 3px 2px;
288+
}
289+
table tbody td {
290+
font-size: 13px;
291+
}
292+
table tr:nth-child(even) {
293+
background: #F3F3F3;
294+
}
295+
table thead {
296+
background: #C3C3C3;
297+
}
298+
table thead th {
299+
font-size: 15px;
300+
font-weight: bold;
301+
}
277302
}

0 commit comments

Comments
 (0)