gpseo: style agent login block (#38754)

This commit is contained in:
Frédéric Péters 2020-01-15 14:24:15 +01:00
parent 237d111933
commit b63071647c
1 changed files with 15 additions and 0 deletions

View File

@ -128,3 +128,18 @@ footer .textcell a {
color: #E0B500;
}
}
.block-saml {
height: 300px;
> div {
position: absolute;
bottom: 2em;
color: #999;
button {
background: #999;
&:hover {
background: #777;
}
}
}
}