You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
517 B
31 lines
517 B
.alerts-tab {
|
|
&__body {
|
|
@include H6;
|
|
|
|
display: grid;
|
|
grid-template-columns: 8fr 30px max-content;
|
|
grid-template-rows: 1fr 1fr;
|
|
align-items: center;
|
|
display: block;
|
|
}
|
|
|
|
&__description-container {
|
|
display: flex;
|
|
}
|
|
|
|
&__description-container > * {
|
|
padding: 0 8px;
|
|
}
|
|
|
|
&__description {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
&__item {
|
|
border-bottom: 1px solid var(--Grey-100);
|
|
padding: 16px 32px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
|