#12252 added datatable vulnerabilities

This commit is contained in:
Daniel Cebrian 2023-10-30 16:26:14 +01:00
parent 200f63b516
commit d5a6411e02
1 changed files with 10 additions and 1 deletions

View File

@ -119,7 +119,7 @@
.dt-buttons {
display: flex;
margin: 10px;
margin-left: 0px;
margin-left: 10px;
position: relative;
}
.dt-buttons button {
@ -148,6 +148,15 @@
.col-md-7 {
width: 80%;
}
.col-sl-12 {
width: 100%;
display: flex;
}
.col-sl-4 {
width: 33%;
margin: 10px;
}
}
@keyframes load {