salix/print/templates/reports/zone/assets/css/style.css

10 lines
192 B
CSS
Raw Normal View History

2019-11-11 10:04:49 +00:00
div.text {
2019-04-15 12:34:33 +00:00
font-family: Tahoma;
font-weight: bold;
color: white;
2020-09-28 11:54:02 +00:00
font-size: 12em;
2019-04-15 12:34:33 +00:00
text-align: center;
background-color: black;
2020-09-28 11:54:02 +00:00
margin: 0.30em;
padding: 30px 0
2019-04-15 12:34:33 +00:00
}