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

14 lines
238 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 {
2022-05-25 18:04:16 +00:00
max-width: 420px;
2015-12-10 23:24:14 +00:00
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
}