You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
440 B
27 lines
440 B
@import "~bootstrap/scss/bootstrap"; |
|
@import "./application/sidenav"; |
|
@import "./application/sessions"; |
|
|
|
.tableFixHead { |
|
overflow: auto; |
|
height: 680px; |
|
width: 240px; |
|
} |
|
|
|
.tableFixHead thead th { |
|
position: sticky; |
|
top: 0; |
|
} |
|
|
|
.tableFixHead tbody th { |
|
position: sticky; |
|
left: 0; |
|
} |
|
|
|
.clickable-link, .clickable-tr, .accordion-button { |
|
cursor: pointer; |
|
} |
|
|
|
.current { |
|
background-color: #535353 !important; |
|
}
|
|
|