blob: 76e501a207e7152b7d2a8707d3d2ef37d9599d39 (
plain)
1
2
3
4
5
6
7
8
9
|
@import "../../../assets/css/_structure.less";
.logo {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 200px;
margin: 20px 0 0 0;
}
|