nextcloud/core/css/login/authpicker.css
Bjoern Schiessle baa8490f44
add some spacing between the logo and the content of the page
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-05-18 20:49:06 +02:00

10 lines
157 B
CSS

.picker-window {
display: block;
padding: 10px;
margin: 20px 0;
background-color: rgba(0,0,0,.3);
color: #fff;
border-radius: 3px;
cursor: default;
}