This commit is contained in:
Pablo Aragon 2023-03-01 12:22:46 +01:00
parent 472b655ee6
commit a5758a86a9
2 changed files with 15 additions and 0 deletions

View File

@ -11432,3 +11432,7 @@ div[role="dialog"] {
.flex-colum-center > img {
margin: 5px;
}
.space-between {
justify-content: space-between;
}

View File

@ -731,3 +731,14 @@ tr.datos2 > td.datos2 > div > div {
.dataTables_wrapper .dataTables_filter input {
margin: 0.5em;
}
.label-ipam {
font-size: 13px;
line-height: 16px;
font-weight: bold;
margin-bottom: 10px;
}
#text-vrf_name {
width: 100%;
}