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

19 lines
141 B
CSS
Raw Normal View History

2015-03-06 23:33:54 +00:00
.visits
{
2015-02-08 15:38:38 +00:00
padding: 1em;
2015-02-01 03:21:54 +00:00
min-width: 50em;
}
2015-03-06 23:33:54 +00:00
.visits .box
{
2015-02-01 03:21:54 +00:00
max-width: 80em;
margin: 0 auto;
}
/* Steps */
div.step
{
display: none;
}