blob: 01b7bc98528b7f18cfa49254f069ac4df69c1bf2 [file] [log] [blame]
Gunnar Mills84e114a2018-11-14 13:44:41 -06001.row {
2 width: 100%;
3}
4
Michael Davis0a1c6b02017-06-09 13:51:05 -05005.overview__server-metadata {
6 border-bottom: 1px solid $medgrey;
7 padding: 1.8em 0 0 0;
8}
9.overview__metadata-wrapper {
10 overflow: hidden;
11 margin: 0;
12 padding: 0;
13}
14.overview__metadata-block {
15 list-style-type: none;
Michael Davisec61b2a2017-07-20 14:53:46 -050016 min-width: 47%;
Michael Davis0a1c6b02017-06-09 13:51:05 -050017 margin-bottom: 1em;
Michael Davisec61b2a2017-07-20 14:53:46 -050018 margin-right: .7em;
Michael Davis0a1c6b02017-06-09 13:51:05 -050019 display: inline-block;
20 white-space: normal;
21 word-break: break-all;
22 @include mediaQuery(small) {
23 float: left;
24 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050025}
26.overview__event-log {
27 padding-top: 2em;
Michael Davisec61b2a2017-07-20 14:53:46 -050028 .event__description {color: $black; text-decoration: none;}
Michael Davis0a1c6b02017-06-09 13:51:05 -050029 .control-check {display: none;}
30 .accord-trigger {
31 transform: rotate(0deg) translateY(-50%);
32 position: absolute;
33 top: 50%;
34 right: 0;
35 }
36 .event-log__event-info {
37 width: 90%;
38 padding-left: 1.4em;
39 }
Michael Davisec61b2a2017-07-20 14:53:46 -050040 .event-log__single-event .event__description {
41 margin-left: 2.3em;
42 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050043}
Michael Davis80a6a372017-07-27 14:44:04 -050044
45input.modal__edit-server-name {
46 margin-bottom: 0;
47}
48
49.modal__char-count {
50 text-align: right;
51 font-size: .8em;
52 color: $darkgrey;
Gunnar Mills84e114a2018-11-14 13:44:41 -060053}