Skip to content

Commit 10ae9af

Browse files
committed
stripe results grid
1 parent 6933c0f commit 10ae9af

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Frontend/src/components/audit/AuditList.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,19 @@ function formatDotNetTimespan(timespan: string) {
195195
.retry-issued::before {
196196
content: "\f01e";
197197
}
198+
199+
.grid-row {
200+
display: flex;
201+
position: relative;
202+
border-top: 1px solid #eee;
203+
border-right: 1px solid #fff;
204+
border-bottom: 1px solid #eee;
205+
border-left: 1px solid #fff;
206+
background-color: #fff;
207+
margin: 0;
208+
}
209+
210+
.grid-row:nth-child(even) {
211+
background-color: #eee;
212+
}
198213
</style>

0 commit comments

Comments
 (0)