factorio-server-manager/ui/scss/content.scss

20 lines
391 B
SCSS
Raw Normal View History

2018-08-11 15:51:02 +02:00
.content-wrapper {
padding-bottom: 1px;
2018-08-11 15:51:02 +02:00
.content-header {
> h1 {
margin: 0;
font-size: 28px;
2018-08-11 15:51:02 +02:00
> small {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
line-height: 1;
color: #777;
}
}
}
}