Skip to content

Instantly share code, notes, and snippets.

@devvineM
Last active November 14, 2023 13:59
Show Gist options
  • Save devvineM/6a6491853dc5c4a2aa95dfb8ed8b6738 to your computer and use it in GitHub Desktop.
Save devvineM/6a6491853dc5c4a2aa95dfb8ed8b6738 to your computer and use it in GitHub Desktop.
Class de CSS para ser usada de acordo com a resolução - (CParse)
/*
Name: CParse
Author: Vinicius Miranda
Version: beta
*/
@media screen and (max-width:600px)
{
.-mobile-border-none
{
border: none !important;
}
.-mobile-shadow-none
{
box-shadow: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment