
static.css.main.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of taskana-rest-spring-example-common Show documentation
Show all versions of taskana-rest-spring-example-common Show documentation
groups the minimum required configuration for a taskana REST APP
The newest version!
body,html{
height:100%;
}
h1 {
margin-top: 20px;
color: #5fbca1;
}
body:before {
display: block;
width: 100%;
height: 3px;
background-image: linear-gradient(to right, #36bcee 30%, #5fbca1 50%);
content: ' ';
}
.logo{
margin-top: 20px;
width: 100px;
height: 100px;
}
div > form {
margin-top: 150px;
}
@media screen and (max-width: 768px) {
div > form {
margin-top: 75px;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy