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