UI for DHCP interfaces

This commit is contained in:
Ildar Kamalov
2018-12-24 11:48:23 +03:00
committed by Eugene Bujak
parent 1270bbad1a
commit 712493aafd
9 changed files with 139 additions and 4 deletions

View File

@@ -31,3 +31,16 @@
.form__message--error {
color: #cd201f;
}
.interface__title {
font-size: 13px;
font-weight: 700;
}
.interface__ip:after {
content: ", ";
}
.interface__ip:last-child:after {
content: "";
}