UI for DHCP interfaces
This commit is contained in:
committed by
Eugene Bujak
parent
1270bbad1a
commit
712493aafd
@@ -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: "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user