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.
22 lines
488 B
22 lines
488 B
.stream-info-box { |
|
background-color: var(--purple-dark); |
|
color: var(--white); |
|
padding: 0.25rem 0.5rem; |
|
margin: 0 !important; |
|
} |
|
.stream-info-box .ant-typography-copy { |
|
margin-left: 0.25rem; |
|
} |
|
.stream-info-label { |
|
align-self: center; |
|
text-align: right; |
|
margin: 0; |
|
} |
|
.stream-info-container { |
|
margin: 8px 0 4px 0; |
|
display: grid; |
|
grid-template-columns: max-content 1fr; |
|
grid-template-rows: min-content min-content; |
|
gap: 8px 8px; |
|
grid-template-areas: '. .' '. .'; |
|
}
|
|
|