Skip to content
Snippets Groups Projects
Commit 2893591e authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#716 - increase font size on large screens

parent 574ab8df
Branches
Tags
No related merge requests found
......@@ -629,7 +629,7 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
}
.budget {
font-size: 2.5vmin;
font-size: 3vmin;
}
.fixed-action-btn {
......
......@@ -25,19 +25,19 @@
<div class="row">
<div class="col s4">
<div class="icon-block">
<h1 class="center text-green budget-headline-icon"><i class="material-icons icon-budget">file_download</i></h1>
<h1 class="center text-green budget-headline-icon no-margin-bottom"><i class="material-icons icon-budget">file_download</i></h1>
<h5 class="center budget">${currencyService.getCurrencyString(budget.getIncomeSum())}</h5>
</div>
</div>
<div class="col s4">
<div class="icon-block">
<h1 class="center ${redTextColor} budget-headline-icon"><i class="material-icons icon-budget">file_upload</i></h1>
<h1 class="center ${redTextColor} budget-headline-icon no-margin-bottom"><i class="material-icons icon-budget">file_upload</i></h1>
<h5 class="center budget">${currencyService.getCurrencyString(budget.getExpenditureSum())}</h5>
</div>
</div>
<div class="col s4">
<div class="icon-block">
<h1 class="center text-blue budget-headline-icon"><i class="fas fa-piggy-bank icon-budget"></i></h1>
<h1 class="center text-blue budget-headline-icon no-margin-bottom"><i class="fas fa-piggy-bank icon-budget"></i></h1>
<h5 class="center budget">${currencyService.getCurrencyString(budget.getRest())}</h5>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment