diff --git a/data/src/css/style.scss b/data/src/css/style.scss index 194a86e..2fb55d2 100644 --- a/data/src/css/style.scss +++ b/data/src/css/style.scss @@ -17,6 +17,8 @@ $form-range-track-bg: #fff; @import "../node_modules/bootstrap/scss/grid"; @import "../node_modules/bootstrap/scss/forms"; @import "../node_modules/bootstrap/scss/buttons"; +@import "../node_modules/bootstrap/scss/button-group"; + @import "../node_modules/bootstrap/scss/navbar"; @import "../node_modules/bootstrap/scss/nav"; @import "../node_modules/bootstrap/scss/card"; @@ -54,6 +56,24 @@ nav { margin: 0 auto; } +div#output .btclock { + border: 1px solid darkgray; + background: #000; + border-radius: 5px; + padding: 10px; + max-width: 700px; + margin: 0 auto; + + .digit, + .splitText + { + border: 2px solid gold; + border-radius: 8px; + min-width: 70px; + text-align: center; + } +} + .btclock { display: flex; flex-direction: row; @@ -96,9 +116,9 @@ nav { } .splitText { - font-size: 2.2rem; - padding-top: 5px; - padding-bottom: 5px; + font-size: 1.8rem; + padding-top: 19px !important; + padding-bottom: 20px !important; text-align: center; } diff --git a/data/src/index.html b/data/src/index.html index ec16f39..0d9e73f 100644 --- a/data/src/index.html +++ b/data/src/index.html @@ -22,7 +22,7 @@