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

13 lines
161 B
CSS
Raw Normal View History

2022-05-26 06:08:31 +00:00
2022-05-25 18:04:16 +00:00
.visits .box {
2022-05-26 06:08:31 +00:00
margin-bottom: 16px;
}
2022-05-25 18:04:16 +00:00
.visits .box:last-child {
margin-bottom: 0;
2015-12-02 17:26:58 +00:00
}
2022-05-25 18:04:16 +00:00
.visits .summary p {
2015-12-10 23:24:14 +00:00
font-size: 1.4em;
2022-05-25 18:04:16 +00:00
margin: 0;
2015-12-10 23:24:14 +00:00
text-align: right;
2015-12-02 17:26:58 +00:00
}