blob: 241a6221afff2a28828e8c930bc4fa8f164ce250 [file] [log] [blame]
Michael Davis0a1c6b02017-06-09 13:51:05 -05001.overview__event-log {
Yoshie Muranaka6a3b3b22019-05-16 16:46:21 -05002 .event__description {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -05003 color: $primary-dark;
Yoshie Muranaka6a3b3b22019-05-16 16:46:21 -05004 text-decoration: none;
5 }
Derick Montague30d7c632019-07-31 22:35:48 -05006
7 .control-check {
8 display: none;
9 }
Michael Davis0a1c6b02017-06-09 13:51:05 -050010 .accord-trigger {
11 transform: rotate(0deg) translateY(-50%);
12 position: absolute;
13 top: 50%;
14 right: 0;
15 }
Derick Montague30d7c632019-07-31 22:35:48 -050016
Michael Davis0a1c6b02017-06-09 13:51:05 -050017 .event-log__event-info {
Michael Davis0a1c6b02017-06-09 13:51:05 -050018 padding-left: 1.4em;
19 }
20}
Michael Davis80a6a372017-07-27 14:44:04 -050021
22input.modal__edit-server-name {
23 margin-bottom: 0;
24}
25
dixsie565efda2019-04-16 13:30:30 -050026.modal__char-count,
27.modal__error {
Derick Montague30d7c632019-07-31 22:35:48 -050028 font-size: 0.8em;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050029 color: $text-02;
Gunnar Mills84e114a2018-11-14 13:44:41 -060030}
dixsie565efda2019-04-16 13:30:30 -050031
32.modal__error {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050033 color: $status-error;
Dixsie Wolmersc652ed12019-07-19 13:03:28 -050034}