Skip to content

Commit

Permalink
Move utility classes so that they will show up in the edit view
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Dec 24, 2024
1 parent 90fc9ca commit 2896877
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
18 changes: 18 additions & 0 deletions bloom_nofos/bloom_nofos/static/shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
--color--staging-coral: #f08080;
}

/* Utility classes */

.bg-group--bloom {
background-color: var(--color--bloom-green);
}
Expand Down Expand Up @@ -60,6 +62,22 @@
background-color: var(--color--staging-coral);
}

.list-lower-roman {
list-style-type: lower-roman;
}

.list-upper-roman {
list-style-type: upper-roman;
}

.list-lower-alpha {
list-style-type: lower-alpha;
}

.list-upper-alpha {
list-style-type: upper-alpha;
}

.usa-table--font-size-1 {
font-size: 1rem;
}
Expand Down
16 changes: 0 additions & 16 deletions bloom_nofos/bloom_nofos/static/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,22 +147,6 @@ h2 {

/* Utility classes */

.list-lower-roman {
list-style-type: lower-roman;
}

.list-upper-roman {
list-style-type: upper-roman;
}

.list-lower-alpha {
list-style-type: lower-alpha;
}

.list-upper-alpha {
list-style-type: upper-alpha;
}

.w-100,
.w-full {
width: 100%;
Expand Down

0 comments on commit 2896877

Please sign in to comment.