openreplay/frontend/app/components/Dashboard/Widgets/common/table.css
2021-05-01 15:12:01 +05:30

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;
}
}