blob: 0e40178bfc967b10ab191213deb3fc20cccc6660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import "../../../assets/css/_structure.less";
.logo {
background: url('logo.jpg') no-repeat center;
height: 170px;
position: absolute;
bottom: 30px + 25px;
z-index: -100;
left: 0;
right: 0;
}
|