Skip to content

Commit

Permalink
Step 17.28: Styles for PartyRsvpsList
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 71886d1 commit 8e66756
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions imports/ui/components/partyRsvpsList/partyRsvpsList.less
@@ -0,0 +1,24 @@
.rsvp-sum {
width: 160px;
@media (min-width: 400px) {
float: right;
}
@media (max-width: 400px) {
margin: 0 auto;
}
> .rsvp-amount {
display: inline-block;
text-align: center;
width: 50px;

> .amount {
font-weight: bold;
font-size: 20px;
}
> .rsvp-title {
font-size: 11px;
color: #aaa;
text-transform: uppercase;
}
}
}

0 comments on commit 8e66756

Please sign in to comment.