Skip to content

Commit 51ff2f0

Browse files
authored
Merge pull request #294 from bcgov/Image-presentation
Image presentation
2 parents 8d16142 + ea2dc77 commit 51ff2f0

File tree

2 files changed

+693
-381
lines changed

2 files changed

+693
-381
lines changed

web/frontend-feedback-analytics/presentation/css/layout.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,25 @@
6868
.reveal .justify-start { justify-content: flex-start; }
6969
.reveal .justify-center { justify-content: center; }
7070
.reveal .justify-end { justify-content: flex-end; }
71+
72+
73+
.reveal table {
74+
font-size: 0.6em;
75+
width: 100%;
76+
}
77+
.reveal th {
78+
background-color: #4CAF50;
79+
color: white;
80+
}
81+
.reveal tr:nth-child(even) {
82+
background-color: #f2f2f2;
83+
}
84+
85+
.reveal .row {
86+
display: flex;
87+
width: 100%;
88+
}
89+
.reveal .col {
90+
flex: 1;
91+
padding: 0 10px;
92+
}

0 commit comments

Comments
 (0)