1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,57 @@ |
1 |
+.fixed-stoerer--base { |
|
2 |
+ background-color: var(--bs-fixed-stoerer--bg); |
|
3 |
+ box-shadow: var(--bs-fixed-stoerer--box-shadow); |
|
4 |
+ right: var(--bs-fixed-stoerer--right); |
|
5 |
+ top: var(--bs-fixed-stoerer--top); |
|
6 |
+ border-radius: var(--bs-fixed-stoerer--border-radius); |
|
7 |
+ position: fixed; |
|
8 |
+ z-index: 20; |
|
9 |
+ |
|
10 |
+ ul.list-inline { |
|
11 |
+ margin: 0px; |
|
12 |
+ padding-top: 2.5px; |
|
13 |
+ padding-bottom: 2.5px; |
|
14 |
+ |
|
15 |
+ > li.list-inline-item { |
|
16 |
+ display: block; |
|
17 |
+ margin-right: 0px; |
|
18 |
+ margin-top: 0px; |
|
19 |
+ |
|
20 |
+ &:not(:last-child) > a { |
|
21 |
+ padding-bottom: 0px; |
|
22 |
+ } |
|
23 |
+ |
|
24 |
+ |
|
25 |
+ > a { |
|
26 |
+ font-size: var(--bs-fixed-stoerer--font-size); |
|
27 |
+ line-height: 1; |
|
28 |
+ display: flex; |
|
29 |
+ text-align: center; |
|
30 |
+ text-decoration: none; |
|
31 |
+ color: var(--bs-fixed-stoerer--color); |
|
32 |
+ transition: all .3s ease; |
|
33 |
+ padding: var(--bs-fixed-stoerer--padding); |
|
34 |
+ |
|
35 |
+ |
|
36 |
+ &:hover { |
|
37 |
+ opacity: .8; |
|
38 |
+ } |
|
39 |
+ } |
|
40 |
+ } |
|
41 |
+ } |
|
42 |
+} |
|
43 |
+ |
|
44 |
+ |
|
45 |
+.stoerer-button--list { |
|
46 |
+ .list--label { |
|
47 |
+ display: none; |
|
48 |
+ margin: 0px; |
|
49 |
+ vertical-align: middle; |
|
50 |
+ line-height: var(--bs-body-line-height); |
|
51 |
+ } |
|
52 |
+ |
|
53 |
+ ul { |
|
54 |
+ margin: rfs-value(0px 0px 0px 20px); |
|
55 |
+ vertical-align: middle; |
|
56 |
+ } |
|
57 |
+} |
|
0 | 58 |
\ No newline at end of file |