static.resources.css.mitreid-connect-responsive.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openid-connect-server-spring-boot-ui-thymeleaf Show documentation
Show all versions of openid-connect-server-spring-boot-ui-thymeleaf Show documentation
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