14 lines
292 B
CSS
14 lines
292 B
CSS
.containerTable{
|
|
overflow: auto;
|
|
scrollbar-width: none;
|
|
background-color:rgba(84, 84, 84, 0.2) ;
|
|
backdrop-filter: blur(20px);
|
|
-webkit-backdrop-filter: blur(20px);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.textLeft{
|
|
padding-left: 20px;
|
|
text-align: start;
|
|
font-weight: bold;
|
|
} |