pandorafms/pandora_console/include/styles/news.css

15 lines
212 B
CSS
Raw Normal View History

2019-06-04 13:57:55 +02:00
.green_title {
background-color: #82b92e;
font-weight: 600;
width: 100%;
text-align: center;
display: block;
padding: 1em;
font-size: 1.3em;
color: #fff;
}
.new.content {
padding: 0 4em 2em;
}