updtaed finacial overview #6

Manually merged
antilopa merged 1 commits from financial_overview_sep_19 into master 2019-11-01 14:03:45 +01:00
2 changed files with 13 additions and 3 deletions

View File

@ -474,7 +474,6 @@ input[type="button"] {
color: #fff;
padding: 12px 20px;
margin-bottom: 18px;
margin-right: 35px;
border: none;
cursor: pointer;
height: auto;

View File

@ -718,7 +718,7 @@ filter: grayscale(100%);
}
section#_overview .fullbar-content {
width: 100%;
width: 90%;
margin-bottom: -100px;
}
@ -727,7 +727,7 @@ img.transparent {
width: 40px;
opacity: 0.0;
position: relative;
top: -100px;
top: -120px;
}
/* Goals
@ -740,6 +740,7 @@ img.transparent {
border: none;
border-radius: 10px;
padding: 20px;
padding-bottom: 5px;
box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20%;
}
@ -753,11 +754,21 @@ img.transparent {
text-align: right;
}
.goal img {
position: relative;
left: -80px;
}
.goal h2, .goal h4 {
line-height: 95%;
margin-bottom: 4%;
}
.goal h6 {
font-size: 10px;
}
.popper {
font-size: 2em;
padding: 5%;