hedera-web/forms/admin/connections/style.css

36 lines
564 B
CSS
Raw Normal View History

2022-05-24 21:11:12 +00:00
.connections {
2015-12-10 23:24:14 +00:00
padding: 1em;
}
2022-05-24 21:11:12 +00:00
.connections .box {
2015-12-10 23:24:14 +00:00
max-width: 25em;
margin: 0 auto;
}
2022-05-24 21:11:12 +00:00
.action-bar .connections-sum {
2015-12-10 23:41:55 +00:00
padding: .4em;
background-color: #1e88e5;
border-radius: 0.1em;
2022-05-21 21:31:56 +00:00
box-shadow: 0 0 0.4em rgba(255, 255, 255, .1);
2015-12-10 23:24:14 +00:00
}
/* List */
2022-05-24 21:11:12 +00:00
.connections .item {
2015-12-10 23:24:14 +00:00
display: block;
padding: 1em;
border-bottom: 1px solid #DDD;
}
2022-05-24 21:11:12 +00:00
.connections .item > button {
2015-12-10 23:24:14 +00:00
float: right;
margin: 0;
2015-12-10 23:24:14 +00:00
}
2022-05-24 21:11:12 +00:00
.connections .item > p {
2015-12-10 23:24:14 +00:00
margin: .1em 0;
}
2022-05-24 21:11:12 +00:00
.connections .item > p.important {
2015-12-10 23:24:14 +00:00
font-size: 1.2em;
2015-12-10 23:41:55 +00:00
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2015-12-10 23:24:14 +00:00
}