@import url(general.less); /* ---------------------------------------------------------------------- SPECIFIC STYLES FOR PAGE "Home" ---------------------------------------------------------------------- */ body { max-width: 1000px; #bild { position: relative; background-image: url('../media/img/home.jpg'); min-height: 350px; background-position: center; background-repeat: no-repeat; background-size: cover; } form { label { display: block; padding-bottom: 10px; } } #admin { text-decoration: underline; cursor: pointer; color: @cl-pri; &:hover { text-decoration: none; color: @cl-acc; } } }