blob: 25d541bad5795e25677c6d11c9988d1086407237 [file] [log] [blame]
@charset "utf-8";
@import "../util";
div.panel {
position: relative;
width: 100%;
display: block;
padding-top: $border-size;
background-color: $dark-orange;
border: {
style: solid;
color: $dark-orange;
width: 0;
}
}
div.view {
position: relative;
display: block;
min-height: 40px;
background-color: $middle-green;
width: 100%;
.button-group {
color: white;
}
}