Files
for-legacy-web/src/context/intermediate/popovers/ChannelInfo.module.scss
2021-06-19 18:46:05 +01:00

17 lines
238 B
SCSS

.info {
.header {
display: flex;
align-items: center;
flex-direction: row;
h1 {
margin: 0;
flex-grow: 1;
}
div {
cursor: pointer;
}
}
}