blob: 25d541bad5795e25677c6d11c9988d1086407237 [file] [log] [blame]
Akron537bc522018-07-13 19:06:27 +02001@charset "utf-8";
2@import "../util";
3
4div.panel {
5 position: relative;
6 width: 100%;
7 display: block;
8 padding-top: $border-size;
9 background-color: $dark-orange;
10 border: {
11 style: solid;
12 color: $dark-orange;
13 width: 0;
14 }
15}
16
17div.view {
18 position: relative;
19 display: block;
20 min-height: 40px;
21 background-color: $middle-green;
22 width: 100%;
23 .button-group {
24 color: white;
25 }
26}