Skip to content
Snippets Groups Projects
Commit 6e456f10 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Delete external css

parent a7d778f8
No related branches found
No related tags found
No related merge requests found
.Table {
width: 100%;
margin-top: 15px;
}
.headerRow,
.evenRow,
.oddRow {
border-bottom: 1px solid #e0e0e0;
}
.oddRow {
background-color: #fafafa;
}
.headerColumn {
text-transform: none;
}
.exampleColumn {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.noRows {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 1em;
color: #bdbdbd;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment