Fix for Penetration test _ Session and cookie management
[vid.git] / vid-webpack-master / src / app / app.component.scss
1 // styles applied on :host are applied on the current component, "app" in this case
2 :host {
3   display: block;
4 }
5
6 header {
7   background-color: #fff;
8   padding: 16px;
9   position: fixed;
10   top: 0;
11   left: 0;
12   width: 100%;
13   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
14 }
15
16 main {
17   font-family: Arial, Helvetica, sans-serif;
18   display: block;
19 }
20
21 footer {
22   text-align: center;
23   font-size: 0.8em;
24 }