This repository has been archived on 2023-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
ha-client.app/assets/css/style.scss

22 lines
319 B
SCSS
Raw Normal View History

2019-02-08 14:09:35 +02:00
---
---
@import "{{ site.theme }}";
.page-header {
2019-02-08 14:20:43 +02:00
background-color: #2196F3;
2019-02-08 14:18:47 +02:00
background-image: url('/assets/images/header.png');
2019-02-08 14:13:58 +02:00
background-position: center;
background-size: cover;
2019-02-08 14:09:35 +02:00
}
2019-02-08 14:20:04 +02:00
.project-tagline {
opacity: 1;
}
2019-02-08 14:47:25 +02:00
2019-02-08 14:54:54 +02:00
@media screen and (min-width: 64em) {
.page-header {
padding: 4rem 6rem;
}
2019-02-08 14:47:25 +02:00
}