1.overview__event-log {
2  .event__description {
3    color: $primary-dark;
4    text-decoration: none;
5  }
6
7  .control-check {
8    display: none;
9  }
10  .accord-trigger {
11    transform: rotate(0deg) translateY(-50%);
12    position: absolute;
13    top: 50%;
14    right: 0;
15  }
16
17  .event-log__event-info {
18    padding-left: 1.4em;
19  }
20}
21
22input.modal__edit-server-name {
23  margin-bottom: 0;
24}
25
26.modal__char-count,
27.modal__error {
28  font-size: 0.8em;
29  color: $text-02;
30}
31
32.modal__error {
33  color: $status-error;
34}
35