mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
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:
@@ -3,5 +3,5 @@
|
||||
background: $light-blue;
|
||||
color: $white;
|
||||
padding: 0 5px;
|
||||
box-shadow: inset 0 0 0 2px $panel-colour;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
7
app/assets/stylesheets/components/table.scss
Normal file
7
app/assets/stylesheets/components/table.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.table {
|
||||
|
||||
&-heading {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user