mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 04:58:24 -04:00
merge main
This commit is contained in:
@@ -675,3 +675,52 @@ details form {
|
||||
.usa-prose.margin-top-0 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h3.guidance {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
ol.guidance-list {
|
||||
counter-reset: item;
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ol.guidance-list.set-two {
|
||||
counter-reset: item 6;
|
||||
}
|
||||
|
||||
ol.guidance-list.set-three {
|
||||
counter-reset: item 10;
|
||||
}
|
||||
|
||||
ol.guidance-list li {
|
||||
counter-increment: item;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
ol.guidance-list li::before {
|
||||
content: counter(item);
|
||||
background-color: #000;
|
||||
color: white;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
li.guidance {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
div.guidance {
|
||||
height: 400px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user