Skip to content

Commit

Permalink
recompiled css using sass
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-a-krol committed Nov 13, 2024
1 parent 038de80 commit 4444dce
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22600,7 +22600,10 @@ readers do not read off random characters that represent icons */
}

.page-personas-list {
/*@include media-breakpoint-up(md) {
/* commented out this section; the previous version of the site had borders just for the personas list pages
those borders were inconsistent with the rest of the site and looked a bit out of place
@include media-breakpoint-up(md) {
padding: 3rem;
} */
}
Expand Down Expand Up @@ -22654,7 +22657,9 @@ readers do not read off random characters that represent icons */
.page-persona #goals,
.page-persona #threats,
.page-persona #strengths,
.page-persona #questions {
.page-persona #questions,
.page-persona #background,
.page-persona #technology-use {
margin-top: 3rem;
display: inline-block;
padding-left: 2.5rem;
Expand All @@ -22664,7 +22669,9 @@ readers do not read off random characters that represent icons */
.page-persona #goals::before,
.page-persona #threats::before,
.page-persona #strengths::before,
.page-persona #questions::before {
.page-persona #questions::before,
.page-persona #background::before,
.page-persona #technology-use::before {
position: absolute;
left: 0;
top: 0.3rem;
Expand All @@ -22679,14 +22686,16 @@ readers do not read off random characters that represent icons */
.page-persona #goals::before,
.page-persona #threats::before,
.page-persona #strengths::before,
.page-persona #questions::before {
.page-persona #questions::before,
.page-persona #background::before,
.page-persona #technology-use::before {
top: 0.6rem;
}
}
.page-persona #overview {
.page-persona #overview, .page-persona #background, .page-persona #technology-use {
color: #002D62;
}
.page-persona #overview::before {
.page-persona #overview::before, .page-persona #background::before, .page-persona #technology-use::before {
background: url(../images/clipboard-list-solid.svg) no-repeat left center;
}
.page-persona #goals {
Expand Down

0 comments on commit 4444dce

Please sign in to comment.