Files
supabase/apps/www/components/FloatingIcons/FloatingIcons.module.css
2022-04-26 12:23:57 +02:00

37 lines
532 B
CSS

.icon-react-one {
@apply absolute z-10 w-20;
right: 13%;
top: 8%;
}
.icon-electron {
@apply absolute z-0 w-16;
left: 17%;
top: 25%;
}
.icon-vue {
@apply absolute z-10 w-16;
right: 33%;
top: 3%;
}
.icon-angular {
@apply absolute z-10 w-12;
right: 21%;
top: 28%;
}
.icon-flutter {
@apply absolute z-10 w-16;
left: 5%;
top: 15%;
}
.icon-nuxt {
@apply absolute z-10 w-12;
right: 5%;
top: 28%;
}
.icon-redwood {
@apply absolute z-10 w-14;
/* background-color: yellow; */
left: 15%;
top: 5%;
}