You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Station/www/assets/css/other.css

57 lines
949 B
CSS

/*
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/.
*/
#card-box .col {
padding: 15px;
}
#userlist .row {
overflow-y: auto;
/*
160px obtained from trial-and-error adjustments, if the login screen
is changed, this might need to be updated
*/
max-height: calc(100vh - 160px);
}
.quick-user {
padding: 15px 5px;
text-align: center;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.btn-huge {
height: 100px;
text-align: center;
font-size: 120%;
}
.btn-huge .icon {
display: block;
}
#sign-out-btn, #refresh-btn {
background-color: rgba(255,255,255,.75);
}
#pinpad .digits {
height: 50px;
padding: 10px;
}
#pinpad .digits p {
font-weight: 500;
text-align: center;
font-size: 20px;
}
#pincode-box {
font-size: 200%;
}