Skip to content

Commit

Permalink
WEB-7288: Add slide colour
Browse files Browse the repository at this point in the history
  • Loading branch information
jellodiil committed Oct 23, 2024
1 parent 28a2db5 commit d365817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server/views/styles/abstracts/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ $red-lipstick: #962224;

$pink-doll: #F26FAA; /* Light Server-Side Swift Colour */
$pink-peony: #A53B6B; /* Dark Server-Side Swift Colour */
$pink-peach: #E6978A;
$pink-incense: #99584D;
$pink-peach: #E6978A; /* Light AI Colour */
$pink-incense: #99584D; /* Dark AI Colour */

/* Orange */

Expand Down
5 changes: 5 additions & 0 deletions app/server/views/styles/components/slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ $slide-ratio: 1.8;
@extend .slide-domain;
background-color: #AC9FAB;
}

&--ai {
@extend .slide-domain;
background-color: #E6978A;
}
}
}

Expand Down

0 comments on commit d365817

Please sign in to comment.