VectorGOLEM/resources/common/components/SidebarLogo.less

18 lines
258 B
Plaintext

@import '../variables.less';
/* Logo */
#p-logo {
width: 10em;
height: 160px;
margin-bottom: 1em;
a {
background-position: center center;
background-repeat: no-repeat;
display: block;
width: 10em;
height: 160px;
text-decoration: none;
}
}