Improve sizing of entire layout

This commit is contained in:
2019-09-01 17:48:44 +02:00
parent 6b3666def9
commit 2a384f3eed
5 changed files with 8 additions and 19 deletions
@@ -29,7 +29,6 @@ section#contribution-details {
margin-bottom: 2rem;
span {
font-size: inherit;
}
&.who-what-when {
@@ -45,9 +44,8 @@ section#contribution-details {
a {
color: $primary-color;
text-decoration: none;
font-size: inherit;
&:hover {
&:not(.button):hover {
text-decoration: underline;
}
}
@@ -11,13 +11,10 @@ main section {
margin-bottom: 2rem;
p {
font-size: inherit;
padding: 0.2rem 0 0;
}
label {
font-size: inherit;
&+ label {
margin-left: 3.6rem;
}
@@ -60,7 +57,6 @@ ul.contribution-list {
p {
align-self: center;
margin: 0;
font-size: inherit;
line-height: 2rem;
overflow: hidden;
text-overflow: ellipsis;
@@ -72,11 +68,8 @@ ul.contribution-list {
}
span {
font-size: inherit;
&.title {
a {
font-size: inherit;
text-decoration: none;
color: $body-text-color;
}
@@ -151,9 +144,7 @@ ul.contribution-list {
}
}
.description {
font-size: inherit;
}
}
}
@@ -19,7 +19,6 @@ ul.proposal-list {
p {
align-self: center;
margin: 0;
font-size: inherit;
line-height: 2rem;
&.kredits-amount, &.voting {
@@ -36,7 +35,6 @@ ul.proposal-list {
}
span {
font-size: inherit;
}
.description {
@@ -107,7 +105,6 @@ ul.proposal-list {
.description {
font-size: inherit;
}
}
}