Files
kubeshark/ui/src/components/UI/style/Table.sass
2022-02-01 14:41:23 +02:00

72 lines
1.5 KiB
Sass

@import '../../../variables.module'
.mui-table
width: 100%
margin-top: 20px
&__tbody
max-height: calc(70vh - 355px)
overflow-y: auto
display: block
&__tbody &__tr:hover
background: $header-background-color
&__th
color: $blue-gray
text-align: left
padding: 10px
&__tr
border-bottom-width: 1px
border-bottom-color: $data-background-color
border-bottom-style: solid
display: table
table-layout: fixed
width: 100%
&__no-data
display: flex;
justify-content: space-between;
flex-direction: column;
height: 95px;
overflow-y: auto;
margin: 2%;
align-items: center;
align-content: center;
padding-top: 3%;
padding-bottom: 3%;
&-message
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 15px;
color: $light-gray;
&__tr:hover
& .mui-table__row-actions
&--delete
cursor: pointer;
path
fill:#DB2156
&--edit
cursor: pointer;
path
fill: $blue-color
&__row-actions
display: flex
justify-content: flex-end
&__td
color: $light-gray
padding: 10px
font-size: 16px
@mixin row-actions
display: flex
justify-content: flex-end