From 436d22bafd2bece00086a8c12e81190c00834284 Mon Sep 17 00:00:00 2001 From: warrickct Date: Fri, 4 Feb 2022 11:22:26 +1100 Subject: [PATCH] Added colouring of simple session button. --- stylesheets/_session.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index e6cf61bfc..e215a0b62 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -219,6 +219,12 @@ textarea { & > *:hover:not(svg) { filter: brightness(80%); } + + &.simple { + &.danger { + color: var(--color-destructive); + } + } } .session-label { @@ -226,7 +232,8 @@ textarea { padding: $session-margin-sm; width: 100%; border-radius: 2px; - text-align: center; + text-align: centere + ; &.primary { background-color: $session-color-primary;