mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Add big number component…
…and count the messages to display some totals
This commit is contained in:
10
app/assets/stylesheets/components/big-number.scss
Normal file
10
app/assets/stylesheets/components/big-number.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.big-number {
|
||||
|
||||
@include bold-48;
|
||||
|
||||
&-label {
|
||||
@include core-19;
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -27,6 +27,7 @@
|
||||
@import '../govuk_elements/public/sass/elements/panels';
|
||||
@import '../govuk_elements/public/sass/elements/tables';
|
||||
|
||||
|
||||
// Specific to this application
|
||||
@import 'grids';
|
||||
@import 'components/template-picker';
|
||||
@@ -35,6 +36,9 @@
|
||||
@import 'components/submit-form';
|
||||
@import 'components/table';
|
||||
@import 'components/navigation';
|
||||
@import 'components/big-number';
|
||||
|
||||
@import 'views/job';
|
||||
|
||||
// TODO: break this up
|
||||
@import 'app';
|
||||
|
||||
3
app/assets/stylesheets/views/job.scss
Normal file
3
app/assets/stylesheets/views/job.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.job-totals {
|
||||
margin-bottom: $gutter;
|
||||
}
|
||||
Reference in New Issue
Block a user