gpseo: change saml bloc layout (#40424)

This commit is contained in:
Thomas Jund 2020-03-04 12:09:14 +01:00
parent 0ca082a1f9
commit 6973d1a16c
1 changed files with 4 additions and 3 deletions

View File

@ -523,13 +523,14 @@ footer .textcell a {
// SAML
.block-saml {
height: 300px;
p {
color: $font-color;
}
> div {
position: absolute;
bottom: 2em;
color: #999;
button {
background: #999;
margin-bottom: .5em;
&:hover {
background: #777;
}