blob: 01694807a6a6a2bf8ca1de765a1d56fd5182fcf5 [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 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050021}
22.overview__event-log {
23 padding-top: 2em;
Michael Davisec61b2a2017-07-20 14:53:46 -050024 .event__description {color: $black; text-decoration: none;}
Michael Davis0a1c6b02017-06-09 13:51:05 -050025 .control-check {display: none;}
26 .accord-trigger {
27 transform: rotate(0deg) translateY(-50%);
28 position: absolute;
29 top: 50%;
30 right: 0;
31 }
32 .event-log__event-info {
33 width: 90%;
34 padding-left: 1.4em;
35 }
Michael Davisec61b2a2017-07-20 14:53:46 -050036 .event-log__single-event .event__description {
37 margin-left: 2.3em;
38 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050039}
Michael Davis80a6a372017-07-27 14:44:04 -050040
41input.modal__edit-server-name {
42 margin-bottom: 0;
43}
44
45.modal__char-count {
46 text-align: right;
47 font-size: .8em;
48 color: $darkgrey;
49}