2016-05-26 23:34:42 +00:00
|
|
|
.infobox {
|
2017-10-29 15:10:25 +00:00
|
|
|
.clients,
|
|
|
|
.gateway {
|
2017-10-15 19:59:31 +00:00
|
|
|
display: flex;
|
2017-12-29 22:32:42 +00:00
|
|
|
flex-flow: wrap;
|
2017-10-15 19:59:31 +00:00
|
|
|
|
|
|
|
span {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-10-29 15:10:25 +00:00
|
|
|
.ion-people,
|
|
|
|
.ion-arrow-right-c {
|
2017-10-15 19:59:31 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
2016-05-26 23:34:42 +00:00
|
|
|
}
|
|
|
|
|
2017-10-30 20:01:38 +00:00
|
|
|
.node-links {
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
&:nth-child(3),
|
|
|
|
&:nth-child(5) {
|
|
|
|
width: 12%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-04 02:01:17 +00:00
|
|
|
input,
|
|
|
|
textarea {
|
2016-05-26 23:34:42 +00:00
|
|
|
border: 1px solid $color-gray-light;
|
|
|
|
font-family: $font-family-monospace;
|
|
|
|
font-size: 1.15em;
|
|
|
|
line-height: 1.67em;
|
|
|
|
margin-right: .7em;
|
|
|
|
max-width: 500px;
|
|
|
|
min-height: 42px;
|
|
|
|
padding: 3px 6px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
width: calc(100% - 80px);
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
font-size: .8em;
|
|
|
|
height: 100px;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
}
|