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