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

20 lines
266 B
CSS
Raw Normal View History

2022-05-25 18:04:16 +00:00
.visits {
2015-02-08 15:38:38 +00:00
padding: 1em;
}
2022-05-25 18:04:16 +00:00
.visits .box {
max-width: 420px;
margin-bottom: 1em;
}
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 {
padding: 3em;
box-sizing: border-box;
2015-12-10 23:24:14 +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
}