blob: 627ecf518cb8263d7600a567945e333fcd634fcb [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 {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -05006 border-bottom: 1px solid $border-color-01;
Michael Davis0a1c6b02017-06-09 13:51:05 -05007 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;
Yoshie Muranaka6a3b3b22019-05-16 16:46:21 -050028 .event__description {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050029 color: $primary-dark;
Yoshie Muranaka6a3b3b22019-05-16 16:46:21 -050030 text-decoration: none;
31 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050032 .control-check {display: none;}
33 .accord-trigger {
34 transform: rotate(0deg) translateY(-50%);
35 position: absolute;
36 top: 50%;
37 right: 0;
38 }
39 .event-log__event-info {
Michael Davis0a1c6b02017-06-09 13:51:05 -050040 padding-left: 1.4em;
41 }
42}
Michael Davis80a6a372017-07-27 14:44:04 -050043
44input.modal__edit-server-name {
45 margin-bottom: 0;
46}
47
dixsie565efda2019-04-16 13:30:30 -050048.modal__char-count,
49.modal__error {
Michael Davis80a6a372017-07-27 14:44:04 -050050 font-size: .8em;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050051 color: $text-02;
Gunnar Mills84e114a2018-11-14 13:44:41 -060052}
dixsie565efda2019-04-16 13:30:30 -050053
54.modal__error {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050055 color: $status-error;
Dixsie Wolmersc652ed12019-07-19 13:03:28 -050056}
57
58dl {
59 margin-bottom: 0;
dixsie565efda2019-04-16 13:30:30 -050060}