diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index e383656929e1b8b2b6c542e47fd2ed68795d33da..efb46cbafdb7526074ffa59b4961c08870d9a1c0 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -347,11 +347,32 @@ a.a-img { .table { border-top: none; + + th, td { + padding: 1.25rem 0.75rem; + } } .table thead th { vertical-align: bottom; border-bottom: 1px solid $primary; + border-top: 0; +} + +.table th.bordered { + border-bottom: 1px solid $primary; + border-top: 0; +} + +.ticket-page hr { + margin-top: 2rem; + margin-bottom: 0rem; +} + +hr { + height: 1px; + border: none; + background-color: #CCD5C5; } .calendar.table { @@ -438,4 +459,19 @@ a.a-img { .hidden-print { display: none !important } +} + +.card-group.key-dates { + .card { + border: none; + } + + .card-body { + padding: 0; + } + + .card-footer { + border: none; + padding: 0; + } } \ No newline at end of file