mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 00:34:33 +08:00
37 lines
532 B
CSS
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%;
|
|
}
|