Files
ticketsystem/frontend/src/styles/components/_icon.scss
T
2026-06-03 16:10:37 +02:00

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;
}
}