All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.guigarage.responsive.skin-sm.css Maven / Gradle / Ivy

/* This is an internal CSS file that is used to define the supported style classes for a small application size.
Normally an application developer should not use this file. */
.visible-xs {
    visibility: collapse;
}

.visible-md {
    visibility: collapse;
}

.visible-lg {
    visibility: collapse;
}

.visible-sm {
    visibility: visible;
}

.hidden-xs {
    visibility: visible;
}

.hidden-md {
    visibility: visible;
}

.hidden-lg {
    visibility: visible;
}

.hidden-sm {
    visibility: collapse;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy