openreplay/frontend/app/components/Dashboard/Widgets/common/table.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

39 lines
541 B
CSS

.header {
padding: 10px 0;
font-weight: 500;
flex-grow: 0;
flex-shrink: 0;
}
.topBorder {
height: 1px;
background-color: $gray-light-shade;
margin-top: 6px;
width: 100%;
}
.content {
overflow-y: auto;
max-height: 340px;
&.small {
height: 201px;
}
}
.row {
display: flex;
border-bottom: 1px solid #EFEFEF;
align-items: center;
min-height: 54px;
font-size: 13px;
& .cell {
flex-grow: 0;
flex-shrink: 0;
padding-right: 10px;
}
&:hover {
background-color: $gray-lightest;
}
}