18 lines
238 B
SCSS
18 lines
238 B
SCSS
.csg-icon {
|
|
position: fixed;
|
|
top: 1rem;
|
|
right: 1rem;
|
|
z-index: 9999;
|
|
width: auto;
|
|
height: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0;
|
|
|
|
img {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
}
|