mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
31 lines
410 B
SCSS
31 lines
410 B
SCSS
.ed-p-browser {
|
|
.panel-body {
|
|
padding: 30px;
|
|
}
|
|
|
|
.ed-m-node-table > thead > tr > th {
|
|
border: none;
|
|
}
|
|
|
|
.ed-m-node-table__ttl-col {
|
|
width: 80px;
|
|
}
|
|
|
|
.ed-m-node-table__cog-col {
|
|
width: 32px;
|
|
}
|
|
|
|
.ed-m-node-table__value-col {
|
|
width: 50%;
|
|
}
|
|
|
|
.ed-m-node-table__node-row:hover {
|
|
cursor: default;
|
|
}
|
|
}
|
|
|
|
.ed-m-number-input {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
}
|