diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index fca116701..330882fe4 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -10,8 +10,12 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
10 | } | 10 | } |
11 | 11 | ||
12 | @keyframes spin { | 12 | @keyframes spin { |
13 | from { transform: scale(1) rotate(0deg);} | 13 | from { |
14 | to { transform: scale(1) rotate(360deg);} | 14 | transform: scale(1) rotate(0deg); |
15 | } | ||
16 | to { | ||
17 | transform: scale(1) rotate(360deg); | ||
18 | } | ||
15 | } | 19 | } |
16 | 20 | ||
17 | .dropdown-menu { | 21 | .dropdown-menu { |
@@ -38,7 +42,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
38 | } | 42 | } |
39 | 43 | ||
40 | 44 | ||
41 | @media screen and (min-width: 768px) { | 45 | @media screen and (min-width: 768px) { |
42 | .modal:before { | 46 | .modal:before { |
43 | display: inline-block; | 47 | display: inline-block; |
44 | vertical-align: middle; | 48 | vertical-align: middle; |
@@ -172,9 +176,9 @@ ngb-modal-backdrop { | |||
172 | } | 176 | } |
173 | 177 | ||
174 | .btn-outline-tertiary { | 178 | .btn-outline-tertiary { |
175 | color: var(--secondaryColor); | 179 | color: var(--secondaryColor); |
176 | border-color: var(--secondaryColor); | 180 | border-color: var(--secondaryColor); |
177 | 181 | ||
178 | &:hover { | 182 | &:hover { |
179 | color: var(--mainBackgroundColor); | 183 | color: var(--mainBackgroundColor); |
180 | background-color: var(--secondaryColor); | 184 | background-color: var(--secondaryColor); |