AccountHub/static/css/login.css

23 lines
456 B
CSS
Raw Normal View History

2018-12-22 16:56:25 -07:00
/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
.display-5 {
2018-12-22 21:26:30 -07:00
font-size: 2.5rem;
2018-12-22 16:56:25 -07:00
font-weight: 300;
line-height: 1.2;
2018-12-22 21:26:30 -07:00
}
.banner-image {
max-height: 100px;
margin: 2em auto;
border: 1px solid grey;
border-radius: 15%;
}
.blank-image {
height: 100px;
margin: 2em auto;
2018-12-22 16:56:25 -07:00
}