Basic proposal styling

This commit is contained in:
2017-02-05 16:30:47 +08:00
parent c676c6ae68
commit ab603a1107
5 changed files with 40 additions and 10 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ table.contributor-list {
}
td {
padding: 1.2rem;
line-height: 2rem;
padding: 0 1.2rem;
line-height: 4.2rem;
background-color: rgba(255,255,255,0.1);
&.person {
+30
View File
@@ -0,0 +1,30 @@
ul.proposal-list {
clear: both;
width: 100%;
list-style: none;
li {
// display: block;
padding: 0 1.2rem;
line-height: 4.2rem;
background-color: rgba(255,255,255,0.1);
font-size: 1.4rem;
border-bottom: 1px solid rgba(255,255,255,0.2);
&:first-of-type {
border-top: 1px solid rgba(255,255,255,0.2);
}
.amount {
font-weight: 500;
}
.symbol {
font-size: 1rem;
font-weight: 500;
padding-left: 0.2rem;
}
.recipient {
font-weight: 500;
}
}
}