Skip to content

Commit cc5edfc

Browse files
Sean PrashadSean Prashad
authored andcommitted
Add CSS styling for Table component
1 parent f04eb5c commit cc5edfc

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

web/src/components/Table/styles.scss

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
.table {
22
> .col {
3-
padding: 100px 0 100px 0;
3+
padding: 50px 0 0 0;
44
}
55

66
.row {
77
justify-content: center;
88
}
9+
10+
thead > tr:first-child {
11+
display: none;
12+
}
13+
14+
.nav-link {
15+
padding: 0;
16+
}
17+
18+
.Easy {
19+
background-color: green;
20+
}
21+
22+
.Medium {
23+
background-color: orange;
24+
}
25+
26+
.Hard {
27+
background-color: red;
28+
}
929
}

0 commit comments

Comments
 (0)