UNPKG

373 BCSSView Raw
1/* You can add global styles to this file, and also import other style files */
2body{
3 background-color: #f7f7f6;
4}
5
6h1{
7 color: #707070;
8 margin-top: 10px;
9}
10
11section{
12 border-top: 1px solid #707070;
13 padding: 10px 0 10px 0;
14}
15
16.logo-wrp{
17 height: 68px;
18 padding: 10px 0 10px 0;
19}
20
21.logo-img{
22 float: right;
23}
24
25md-card{
26 margin: 5px 0 5px 0;
27 cursor: pointer;
28}