main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
683 bytes
|
Line | |
---|
1 | .logoContainer {
|
---|
2 | position: fixed;
|
---|
3 | top: 10px;
|
---|
4 | left: 10px;
|
---|
5 | cursor: pointer;
|
---|
6 | z-index: 1000;
|
---|
7 | }
|
---|
8 |
|
---|
9 | .logoImage {
|
---|
10 | width: 50px; /* Adjust the size as needed */
|
---|
11 | height: auto;
|
---|
12 | transition: opacity 0.2s ease;
|
---|
13 | }
|
---|
14 |
|
---|
15 | .logoImage:hover {
|
---|
16 | opacity: 0.8; /* Slight hover effect */
|
---|
17 | }
|
---|
18 |
|
---|
19 | .fixedLogoContainer {
|
---|
20 | position: fixed;
|
---|
21 | top: 10px;
|
---|
22 | left: 10px;
|
---|
23 | cursor: pointer;
|
---|
24 | z-index: 1000;
|
---|
25 | }
|
---|
26 |
|
---|
27 | .inlineLogoContainer {
|
---|
28 | display: inline-block; /* Allows the logo to be placed inline within other elements */
|
---|
29 | cursor: pointer;
|
---|
30 | }
|
---|
31 |
|
---|
32 | .logoImage {
|
---|
33 | width: 50px; /* Adjust size as needed */
|
---|
34 | height: auto;
|
---|
35 | transition: opacity 0.2s ease;
|
---|
36 | }
|
---|
37 |
|
---|
38 | .logoImage:hover {
|
---|
39 | opacity: 0.8; /* Hover effect */
|
---|
40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.