Commit before editing platform admin area

This commit is contained in:
Jonathan Bobel
2023-08-16 11:15:23 -04:00
parent bad2fd5fe4
commit 01a319e0be
3 changed files with 26 additions and 6 deletions

View File

@@ -219,6 +219,14 @@ td.table-empty-message {
} }
} }
.usa-section {
&__home {
h2 {
font-family: family("serif");
}
}
}
.navigation-service.usa-breadcrumb { .navigation-service.usa-breadcrumb {
-bottom: 0; -bottom: 0;
} }
@@ -293,6 +301,18 @@ td.table-empty-message {
} }
} }
.usage-table {
ul {
list-style: none;
padding: 0;
margin: 0;
}
.big-number-smallest {
display: flex;
flex-direction: column;
}
}
#template-list { #template-list {
max-height: 500px; max-height: 500px;
overflow-y: auto; overflow-y: auto;

View File

@@ -2,7 +2,7 @@
{% from "components/page-footer.html" import page_footer %} {% from "components/page-footer.html" import page_footer %}
{% block main %} {% block main %}
<div class="govuk-width-container {{ mainClasses }}"> <div class="grid-container">
<div class="navigation-service usa-breadcrumb"> <div class="navigation-service usa-breadcrumb">
<div class="navigation-service usa-breadcrumb-name govuk-!-font-weight-bold"> <div class="navigation-service usa-breadcrumb-name govuk-!-font-weight-bold">
Platform admin Platform admin

View File

@@ -32,7 +32,7 @@ Notify.gov
</div> </div>
</div> </div>
</section> </section>
<section class="grid-container usa-section"> <section class="grid-container usa-section usa-section__home">
<div class="grid-row grid-gap"> <div class="grid-row grid-gap">
<div class="tablet:grid-col-5 margin-bottom-3 usa-prose"> <div class="tablet:grid-col-5 margin-bottom-3 usa-prose">
<h2 class="font-heading-xl margin-top-0 margin-bottom-3"> <h2 class="font-heading-xl margin-top-0 margin-bottom-3">
@@ -46,7 +46,7 @@ Notify.gov
</div> </div>
</div> </div>
</section> </section>
<section class="grid-container usa-section"> <section class="grid-container usa-section usa-section__home">
<div class="grid-row grid-gap"> <div class="grid-row grid-gap">
<div class="tablet:grid-col-5 margin-bottom-3 usa-prose"> <div class="tablet:grid-col-5 margin-bottom-3 usa-prose">
<h2 class="font-heading-xl margin-top-0 margin-bottom-3"> <h2 class="font-heading-xl margin-top-0 margin-bottom-3">
@@ -60,7 +60,7 @@ Notify.gov
</div> </div>
</div> </div>
</section> </section>
<section class="grid-container usa-section"> <section class="grid-container usa-section usa-section__home">
<div class="grid-row grid-gap"> <div class="grid-row grid-gap">
<div class="tablet:grid-col-5 margin-bottom-3 usa-prose"> <div class="tablet:grid-col-5 margin-bottom-3 usa-prose">
<h2 class="font-heading-xl margin-top-0 margin-bottom-3"> <h2 class="font-heading-xl margin-top-0 margin-bottom-3">
@@ -122,7 +122,7 @@ Notify.gov
</div> </div>
</div> </div>
</section> --> </section> -->
<section class="grid-container usa-section border-top border-base-lighter usa-prose"> <section class="grid-container usa-section usa-section__home border-top border-base-lighter usa-prose">
<h2 class="font-heading-xl margin-top-0 margin-bottom-3"> <h2 class="font-heading-xl margin-top-0 margin-bottom-3">
About the product About the product
</h2> </h2>