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

static.resources.css.mitreid-connect-responsive.css Maven / Gradle / Ivy

Go to download

Thymeleaf UI for spring boot autoconfiguration version of the OpenID Connect Server reference implementation at https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server

The newest version!
/* size-responsive CSS to be loaded after bootstrap-responsive */

@media ( min-width : 768px) and (max-width: 979px) {
	.main {
		padding-top: 0px;
	}
}

@media ( max-width : 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy