2020-05-08 21:45:52 +02:00
|
|
|
.alerts-tab {
|
|
|
|
&__body {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H6;
|
|
|
|
|
2020-05-08 21:45:52 +02:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 8fr 30px max-content;
|
|
|
|
grid-template-rows: 1fr 1fr;
|
|
|
|
align-items: center;
|
2022-02-22 21:58:21 +01:00
|
|
|
display: block;
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|
|
|
|
|
2022-02-22 21:58:21 +01:00
|
|
|
&__description-container {
|
|
|
|
display: flex;
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|
|
|
|
|
2022-02-22 21:58:21 +01:00
|
|
|
&__description-container > * {
|
|
|
|
padding: 0 8px;
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-06-29 14:51:35 +02:00
|
|
|
|
|
|
|
&__icon {
|
|
|
|
color: var(--color-icon-alternative);
|
|
|
|
}
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|
2022-02-22 21:58:21 +01:00
|
|
|
|
|
|
|
&__item {
|
2022-03-23 16:43:53 +01:00
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2022-02-22 21:58:21 +01:00
|
|
|
padding: 16px 32px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|