diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index dc0d075c9..fca116701 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -170,3 +170,13 @@ ngb-tabset.bootstrap { | |||
170 | ngb-modal-backdrop { | 170 | ngb-modal-backdrop { |
171 | z-index: 10000 !important; | 171 | z-index: 10000 !important; |
172 | } | 172 | } |
173 | |||
174 | .btn-outline-tertiary { | ||
175 | color: var(--secondaryColor); | ||
176 | border-color: var(--secondaryColor); | ||
177 | |||
178 | &:hover { | ||
179 | color: var(--mainBackgroundColor); | ||
180 | background-color: var(--secondaryColor); | ||
181 | } | ||
182 | } | ||