Skip to content

Commit

Permalink
Step 17.12: Styles for PartiesList
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 1782ced commit 1276141
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions imports/ui/components/partiesList/partiesList.less
@@ -0,0 +1,30 @@
parties-list {
display: block;
padding: 25px 0;

ul.parties {
padding-left: 0;
list-style-type: none;

> li {
padding: 15px;
background-color: #fff;
margin: 15px 0;
border: 3px solid #eaeaea;

.party-name {
margin-top: 0px;
margin-bottom: 20px;
a {
text-decoration: none !important;
font-weight: 400;
}
}
.party-description {
font-weight: 300;
padding-left: 18px;
font-size: 14px;
}
}
}
}

0 comments on commit 1276141

Please sign in to comment.