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

de.swm.commons.mobile.client.theme.bootstrap.css.page.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external page, android, iOS, desktop;	
}

.page {
    position:relative;
    z-index: 0;
    display: \-webkit-box;
    \-webkit-box-orient: vertical;
    height: 100%;
    width: 100%;
    overflow:hidden;
    background: #f4f4f4;

    display: -ms-flexbox;
    -ms-flex-direction: column;
}

.page * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

.android {
}

.iOS {
}

.desktop {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy