comparison client/src/assets/application.scss @ 2549:9bf6b767a56a

client: refactored and improved splitscreen for diagrams To make different diagrams possible, the splitscreen view needed to be decoupled from the cross profiles. Also the style has changed to make it more consistent with the rest of the app. The standard box header is now used and there are collapse and expand animations.
author Markus Kottlaender <markus@intevation.de>
date Fri, 08 Mar 2019 08:50:47 +0100
parents 3c17d401fbd4
children 11fd7ee37f10
comparison
equal deleted inserted replaced
2548:6b34d0fb4498 2549:9bf6b767a56a
31 31
32 ::placeholder { 32 ::placeholder {
33 color: #ccc !important; 33 color: #ccc !important;
34 font-size: smaller; 34 font-size: smaller;
35 font-weight: bold; 35 font-weight: bold;
36 }
37
38 html {
39 overflow: hidden;
36 } 40 }
37 41
38 a { 42 a {
39 color: $color-info; 43 color: $color-info;
40 } 44 }