chart updated etc

This commit is contained in:
2016-03-28 00:16:38 +02:00
parent 3fcd234ad8
commit 04087f80de
22 changed files with 756 additions and 612 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@import "fancy_button_mixins";
#{$all-buttons}, a.button {
#{$all-buttons}, .button {
@include fancy-btn-base();
// fontello
+5 -1
View File
@@ -32,7 +32,11 @@
@mixin fancy-btn-colors-full($text_p, $back_p, $side_p, $text_a, $back_a, $side_a) {
background-color: $back_p;
box-shadow: 0 3px 0 $side_p;
color: $text_p;
text-decoration: none !important;
&, &:link, &:visited {
color: $text_p;
}
&:hover, &:active, &.active, &.selected {
background-color: $back_a;