Minor style corrections

This commit is contained in:
alexandervnuchkov 2019-04-18 18:50:56 +03:00
parent 470f8ad50a
commit 72d246381a
2 changed files with 7 additions and 0 deletions

View File

@ -249,8 +249,10 @@ a.button:visited
.button {
.baseBtn();
.customApearance(none);
.transition3(box-shadow, .3s, background-color, .3s, border-color, .3s);
&:hover, &:active, &:visited {
.shadowLiteSmall;
.baseBtn();
}
&.red {

View File

@ -28,6 +28,11 @@
margin-left: 20px;
padding: 0;
}
.changelog-version-block {
ul {
padding: 0 0 20px;
}
}
.menuleft {
border-right: 1px solid @helpBorderColor;
float: left;