diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 6cced995e..bb7b21274 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -13,6 +13,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
13 | flex: auto; | 13 | flex: auto; |
14 | } | 14 | } |
15 | 15 | ||
16 | .c-hand { | ||
17 | cursor: pointer; | ||
18 | } | ||
19 | |||
16 | @keyframes spin { | 20 | @keyframes spin { |
17 | from { | 21 | from { |
18 | transform: scale(1) rotate(0deg); | 22 | transform: scale(1) rotate(0deg); |
@@ -41,6 +45,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
41 | background-color: var(--mainHoverColor); | 45 | background-color: var(--mainHoverColor); |
42 | opacity: .9; | 46 | opacity: .9; |
43 | } | 47 | } |
48 | |||
49 | &::after { | ||
50 | display: none; | ||
51 | } | ||
44 | } | 52 | } |
45 | 53 | ||
46 | button { | 54 | button { |