django-refunds/static/default_style.css

13 lines
314 B
CSS
Raw Normal View History

2016-06-03 19:33:12 +02:00
html {
position: relative;
min-height: 100%;
font-size: 16px;
}
body {
font-size: 1rem;
2016-07-14 21:25:02 +02:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2016-06-03 19:33:12 +02:00
line-height: 1.5;
2016-08-19 14:39:44 +02:00
padding-bottom: 1em;
2016-06-03 19:33:12 +02:00
}