blob: ad0ef293d15e1428a01b26cb4ef8129b09a3a6be [file] [log] [blame]
Michael Davis0a1c6b02017-06-09 13:51:05 -05001.overview__server-metadata {
2 border-bottom: 1px solid $medgrey;
3 padding: 1.8em 0 0 0;
4}
5.overview__metadata-wrapper {
6 overflow: hidden;
7 margin: 0;
8 padding: 0;
9}
10.overview__metadata-block {
11 list-style-type: none;
Michael Davisec61b2a2017-07-20 14:53:46 -050012 min-width: 47%;
Michael Davis0a1c6b02017-06-09 13:51:05 -050013 margin-bottom: 1em;
Michael Davisec61b2a2017-07-20 14:53:46 -050014 margin-right: .7em;
Michael Davis0a1c6b02017-06-09 13:51:05 -050015 display: inline-block;
16 white-space: normal;
17 word-break: break-all;
18 @include mediaQuery(small) {
19 float: left;
20 }
21 @include mediaQuery(medium) {
Michael Davisec61b2a2017-07-20 14:53:46 -050022 margin-left: .8em;
Michael Davis0a1c6b02017-06-09 13:51:05 -050023 }
24}
25.overview__event-log {
26 padding-top: 2em;
Michael Davisec61b2a2017-07-20 14:53:46 -050027 .event__description {color: $black; text-decoration: none;}
Michael Davis0a1c6b02017-06-09 13:51:05 -050028 .control-check {display: none;}
29 .accord-trigger {
30 transform: rotate(0deg) translateY(-50%);
31 position: absolute;
32 top: 50%;
33 right: 0;
34 }
35 .event-log__event-info {
36 width: 90%;
37 padding-left: 1.4em;
38 }
Michael Davisec61b2a2017-07-20 14:53:46 -050039 .event-log__single-event .event__description {
40 margin-left: 2.3em;
41 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050042}