diff --git a/app/assets/stylesheets/customisations.scss b/app/assets/stylesheets/customisations.scss index 1c3323b..42064e5 100644 --- a/app/assets/stylesheets/customisations.scss +++ b/app/assets/stylesheets/customisations.scss @@ -202,7 +202,7 @@ html, body { .row .listview { // Leave vertical space and draw a line between package rows - border-bottom: 2px solid #d0d0d0; + border-bottom: 1px solid rgba(0,0,0, 0.2); padding-bottom: 20px; margin-bottom: 20px; @@ -213,7 +213,8 @@ html, body { img { - box-shadow: 0px 0px 5px #000000; + // box-shadow: 0px 0px 5px #000000; + box-shadow: 0 0 6px -1px rgba(0,0,0, 1); } } @@ -221,7 +222,8 @@ html, body { { img { - box-shadow: 0px 0px 5px #000000; + // box-shadow: 0px 0px 5px #000000; + box-shadow: 0 0 6px -1px rgba(0,0,0, 1); } } @@ -372,11 +374,13 @@ a.black } .button { - box-shadow: 0px 0px 5px #000000; + // box-shadow: 0px 0px 5px #000000; + box-shadow: 0 0 6px -1px rgba(0,0,0, 1); border-radius: 10px !important; } // Simple animation for FontAwesome icons in callouts at the top. +/* .fa-wobble { animation-name: fa-wobble; animation-duration: 0.5s; @@ -389,6 +393,7 @@ a.black 50% { opacity: 0.8; } 100% { opacity: 1; } } +*/ .menu .menu-text { font-size: 2.5rem;