-Slight increase in button size for btn-repsonsive and
scko-footer-btn
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: Open-ILS/web/css/skin/kcls/selfcheck.css
@media screen and (min-width:1399px) {
.btn-responsive {
padding: 10px 16px;
- font-size: 18px;
+ font-size: 18px !important;
line-height: 1.3333333;
border-radius: 6px
}
@media only screen and (max-width:1281px) and (max-height:1025px) {
.btn-responsive {
padding: 6px 8px;
- font-size: 12px;
+ font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
}
.scko-footer-btn {
- font-size:14px !important;
+ font-size:15px !important;
}
}