From fce1823218c9f12eadf47bd5f549dcabdec1f6d2 Mon Sep 17 00:00:00 2001 From: Cherrelle Tucker Date: Mon, 30 Dec 2024 18:09:26 -0600 Subject: [PATCH] dropdown backgrounds --- _tabs/Assessment.md | 10 +++++++--- _tabs/Implementation.md | 15 ++++++++++++++- _tabs/index.md | 1 - 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/_tabs/Assessment.md b/_tabs/Assessment.md index fb42339..c4de0af 100644 --- a/_tabs/Assessment.md +++ b/_tabs/Assessment.md @@ -1,8 +1,12 @@ --- -# title: Assessment +title: Assessment layout: page order: 3 --- + +
@@ -521,7 +525,6 @@ function toggleCard(button) { } .card { - background-color: #f8fafc; padding: 1.5rem; border-radius: 0.75rem; border: 1px solid #e5e7eb; @@ -542,6 +545,7 @@ function toggleCard(button) { font-size: 1.125rem; cursor: pointer; user-select: none; + background: content-box } .chevron { @@ -949,7 +953,7 @@ body { display: flex; justify-content: space-between; align-items: flex-start; - background: white; + background: content-box; border-bottom: 1px solid transparent; transition: all 0.2s ease; } diff --git a/_tabs/Implementation.md b/_tabs/Implementation.md index c70e4c6..8f832f3 100644 --- a/_tabs/Implementation.md +++ b/_tabs/Implementation.md @@ -8,6 +8,7 @@ order: 4 The Implementation phase is where SNWG solutions move from planning to reality. This critical stage involves coordinated effort between implementation teams, stakeholders, and the Management Office to ensure successful delivery of solutions that meet agency needs. ## Project Lifecycle and Reviews +
@@ -73,6 +74,7 @@ The Implementation phase is where SNWG solutions move from planning to reality.
## Decision Gates +
SNWG projects progress through several key decision gates that ensure proper development, documentation, and readiness for each phase. @@ -457,6 +459,8 @@ SNWG projects progress through several key decision gates that ensure proper dev

Project Documentation

+
+
@@ -627,6 +631,14 @@ SNWG projects progress through several key decision gates that ensure proper dev padding: 0.75rem; } } + +.header-line { + height: 3px; + background: linear-gradient(to right, #3498db, #2ecc71); + margin-top: 0.5rem; + border-radius: 2px; + width: 100px; +} \ No newline at end of file + + diff --git a/_tabs/index.md b/_tabs/index.md index 759afad..d7505c7 100644 --- a/_tabs/index.md +++ b/_tabs/index.md @@ -1198,7 +1198,6 @@ body { display: flex; justify-content: space-between; align-items: flex-start; - background: white; border-bottom: 1px solid transparent; transition: all 0.2s ease; }