This commit is contained in:
2023-06-08 14:55:52 +08:00
parent 83cb43669b
commit c195e29835
7 changed files with 44 additions and 37 deletions

View File

@@ -224,6 +224,7 @@ header
.filter-table
width 100%
text-align center
user-select none
th
position: sticky;
top -1px
@@ -384,6 +385,8 @@ input::-webkit-input-placeholder
.selected_icon
background-color: #fff;
color: $red
td
color: $red
.overall_lightgreen
background linear-gradient(#00d9a1 0%,#00c0a5 30%,#115fae 100%)
.body-container
@@ -403,5 +406,7 @@ input::-webkit-input-placeholder
.selected_icon
background-color: #fff;
color: #008f8f
td
color: #008f8f
.overall_blue
background linear-gradient(#031f6d 0%,#011a60 20%,#060346 100%)