mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
30 lines
605 B
Text
30 lines
605 B
Text
@import "../../../assets/css/_structure.less";
|
|
@brand-primary: #41afff;
|
|
|
|
nav .navbar-brand .icon {
|
|
//background-image: url("meierlogo.svg");
|
|
background-size: contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
height: 27px;
|
|
width: 27px;
|
|
}
|
|
|
|
.banner .logo {
|
|
//background-image: url("meierlogo.png");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 320px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
min-width: 320px;
|
|
min-height: 64px;
|
|
max-height: 72px;
|
|
max-width: 1170px;
|
|
|
|
line-height: 64px;
|
|
|
|
/* height: 72px; */
|
|
/* float: left; */
|
|
}
|