CAT-184 - SCKO Button Size Increase
authorAlex Cautley <acautley@catalyte.io>
Thu, 1 Mar 2018 22:42:59 +0000 (22:42 +0000)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
-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

Open-ILS/web/css/skin/kcls/selfcheck.css

index 6461eaf..9ff60b3 100644 (file)
@@ -187,7 +187,7 @@ input[type=checkbox]
 @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
     }
@@ -195,13 +195,13 @@ input[type=checkbox]
 @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;
     }
 }