Size of buttons and font in list view fixed
This commit is contained in:
parent
b4adeaa9a0
commit
bd748d575a
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue