Size of buttons and font in list view fixed

This commit is contained in:
Christoph Haas 2014-12-28 01:28:38 +01:00
parent b4adeaa9a0
commit bd748d575a

View file

@ -1470,8 +1470,8 @@ $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
$body-font-family: "Droid Sans";
$button-tny: rem-calc(0.3);
$button-font-tny: rem-calc(0.9);
$button-tny: rem-calc(4);
$button-font-tny: rem-calc(15);
// Make the background of progress bars use a light version of the primary color
$progress-bar-color: tint($primary-color, 80);