setup.less: Reduce button style complexity and remove unecessary styles

This commit is contained in:
Johannes Meyer 2015-07-30 13:51:43 +02:00
parent f3a8981aa3
commit 1479cb4956

View File

@ -117,16 +117,8 @@
left: -1337px; left: -1337px;
} }
button, .button-like { button.finish, a.button-like.login {
&.finish, &.login { min-width: 25em;
min-width: 25em;
color: #fffafa;
background: @colorPetrol;
&:hover, &:focus, &:active {
background: #666;
}
}
} }
} }