1/* CSS variables (still testing) */
3/* --default-icon-size:150; /\*px, but units will be added at computation*\/ */
4/* --width-left-part: 10%; */
5/* --width-right-part: 90%; */
10 background-color: #1c1414;
13/* Flex container for menu and legend+grid (row) */
16/* background-color: black; */
19 /* display: -webkit-flex; */
20 /* flex-wrap: wrap; */
21 /* flex-direction: row; */
27/* Flex container for legend and grid (column) */
31/* display: -webkit-flex; */
32/* flex-direction: column; */
33/* padding: 0px calc(var(--default-icon-size)*var(--default-zoom)*1px) Opx calc(var(--default-icon-size)*var(--default-zoom)*1px); */
38/* position:relative; */
39/* background-color: green; */
41/* /\*flex-grow: 1; /\* Relative to global page layout *\/ */
42/* /\*display:flex; /\* For tiles to be flexed *\/ */
48 background-color: purple;
51 display: -webkit-flex;
52 /* flex-direction: row; */
53 justify-content: space-between;
65 background-color:black;
75/* max-width: 150px; */
78/* flex-direction: column; */
94 background-color:#948b7a;
101.btn-selected.btn-secondary
103 background-color:#5022ba;