app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.408 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.409

- old
+ new

@@ -82,12 +82,15 @@ /* A */ .collapse-expand::after { - content: " [<>]"; + content: " [<]"; } +.collapsed::after { + content: " [>]"; +} .expand-next + form { // border: 1px solid red !important; // display: none !important; } .expand-hide { @@ -292,11 +295,12 @@ .main-header { background: url('//d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/05192823/weather-bg.png'); border-bottom: 2px solid red; margin-bottom: 1em; - a { + a, + span.label { background: white; padding: .2em; } hr { @@ -317,9 +321,11 @@ > div { /* for example .galleries--menu */ display: inline-block; } } } + + } @media only screen and (max-width: 400px) { .main-header ul li { min-width: 45vw; }