Slight fixes of LESS files done.
This commit is contained in:
parent
e02759047b
commit
e9b7df422d
@ -1,10 +1,3 @@
|
|||||||
@bootstrap-less-path: "../../vendor/bootstrap/less/";
|
|
||||||
|
|
||||||
// Core variables and mixins
|
|
||||||
@import "@{bootstrap-less-path}variables.less";
|
|
||||||
@import "@{bootstrap-less-path}mixins.less";
|
|
||||||
|
|
||||||
|
|
||||||
/* Enable the scrolling of chess board up to the page top */
|
/* Enable the scrolling of chess board up to the page top */
|
||||||
|
|
||||||
body, html { height: 100%; }
|
body, html { height: 100%; }
|
||||||
@ -53,5 +46,8 @@ body, html { height: 100%; }
|
|||||||
}
|
}
|
||||||
.moveOn, .variationOn {
|
.moveOn, .variationOn {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
.bg-variant(@brand-primary);
|
background-color: #428bca;
|
||||||
|
a&:hover {
|
||||||
|
background-color: darken(#428bca, 10%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ table.tournament {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead > tr > .opponent,
|
thead > tr > .score,
|
||||||
tbody > tr > .score,
|
tbody > tr > .score,
|
||||||
tbody > tr > .diagonal {
|
tbody > tr > .diagonal {
|
||||||
min-width: 21px;
|
min-width: 21px;
|
||||||
|
Loading…
Reference in New Issue
Block a user