Refactor and add new button styles

This commit is contained in:
2019-04-28 14:39:50 +01:00
parent f25c74c7e9
commit c6a37f7e94
4 changed files with 41 additions and 34 deletions
+10 -12
View File
@@ -20,6 +20,10 @@ ul.contribution-list {
font-size: 1.2rem;
border-bottom: 1px solid rgba(255,255,255,0.2);
&.unconfirmed {
grid-template-columns: auto 5rem 5rem;
}
&:first-of-type {
border-top: 1px solid rgba(255,255,255,0.2);
}
@@ -34,13 +38,13 @@ ul.contribution-list {
text-align: right;
}
&.description {
grid-column-start: span 2;
}
// &.description {
// grid-column-start: span 2;
// }
&.voting {
grid-column-start: span 2;
}
// &.voting {
// grid-column-start: span 2;
// }
}
span {
@@ -92,12 +96,6 @@ ul.contribution-list {
color: $primary-color;
margin-right: 0.5rem;
}
button {
height: 2rem;
line-height: 2rem;
padding: 0 0.6rem;
}
}
}
@@ -73,12 +73,6 @@ ul.proposal-list {
color: $primary-color;
margin-right: 0.5rem;
}
button {
height: 2rem;
line-height: 2rem;
padding: 0 0.6rem;
}
}
}