Add table of recipients

Uses an adapted version of the 'summary table' pattern from Digital Marketplace
frontend toolkit:
http://alphagov.github.io/digitalmarketplace-frontend-toolkit/summary-table.html
This commit is contained in:
Chris Hill-Scott
2015-12-10 17:54:05 +00:00
parent c4df25c8db
commit dbc55e76b0
8 changed files with 87 additions and 12 deletions

View File

@@ -3,5 +3,5 @@
background: $light-blue;
color: $white;
padding: 0 5px;
box-shadow: inset 0 0 0 2px $panel-colour;
border-radius: 3px;
}

View File

@@ -0,0 +1,7 @@
.table {
&-heading {
text-align: left;
}
}

View File

@@ -30,6 +30,7 @@
@import "components/sms-message";
@import "components/placeholder";
@import "components/template-picker";
@import "components/table";
// Break this uq
// TODO: break this up into components
@import "app";