add monitoring action button for tanstak-table
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user