Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 18.10: Add styles for the party details page
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 0106693 commit 315c4e7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions client/imports/app/parties/party-details.component.scss
@@ -0,0 +1,32 @@
.ma-party-details-container {
padding: 20px;

.angular-google-map-container {
width: 100%;
height: 100%;
}

.angular-google-map {
width: 100%;
height: 400px;
}

.ma-map-title {
font-size: 16px;
font-weight: bolder;
}

.ma-invite-list {
margin-top: 20px;
margin-bottom: 20px;

h3 {
font-size: 16px;
font-weight: bolder;
}

ul {
padding: 0;
}
}
}

0 comments on commit 315c4e7

Please sign in to comment.