add monitoring action button for tanstak-table

This commit is contained in:
smanylov
2026-02-18 18:22:11 +07:00
parent 906b3a554c
commit c658721333
6 changed files with 180 additions and 91 deletions
+27
View File
@@ -4094,4 +4094,31 @@
}
}
}
}
.monitoring {
&-title {
font-size: 22px;
font-weight: 800;
margin-bottom: 15px;
}
&-status {
margin-bottom: 15px;
}
&-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5px;
.btn-primary {
width: 100%;
color: v.$p-color;
border: 2px solid v.$p-color;
cursor: pointer;
background: #fff;
}
}
}