1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00
appwrite/public/styles/responsive.less
2020-02-26 23:54:12 +02:00

24 lines
No EOL
284 B
Text

.phones-only {
display: none;
@media @phones {
display: inherit!important;
}
}
.tablets-only {
display: none;
@media @tablets {
display: inherit!important;
}
}
.desktops-only {
display: none;
@media @desktops, @tvs {
display: inherit!important;
}
}