Skip to content

Commit

Permalink
Step 18.10: Leave only one definition
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 19ce70a commit 995de93
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions imports/ui/components/partiesList/partiesList.less
@@ -1,36 +1,5 @@
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;
}
}
[ui-sref] {
cursor: pointer;
}
}

@import "../partyAdd/partyAdd.less";
@import "../partiesMap/partiesMap.less";
@import "../partyCreator/partyCreator.less";
@import "../partyRsvp/partyRsvp.less";
@import "../partyRsvpsList/partyRsvpsList.less";

0 comments on commit 995de93

Please sign in to comment.