PeerTube/client/src/app/shared/shared-main/misc/channels-setup-message.comp...

29 lines
442 B
SCSS
Raw Normal View History

@use '_variables' as *;
@use '_mixins' as *;
.channels-setup-message {
display: flex;
align-items: center;
justify-content: center;
2022-06-15 14:59:25 +02:00
}
2022-06-15 14:59:25 +02:00
my-global-icon {
@include apply-svg-color(pvar(--mainColor));
2022-06-15 14:59:25 +02:00
width: 32px;
align-self: flex-start;
2022-06-15 14:59:25 +02:00
+ div {
margin-left: 10px;
text-align: center;
}
}
2022-06-15 14:59:25 +02:00
.channels-settings-link {
@include peertube-button-link;
@include grey-button;
2022-06-15 14:59:25 +02:00
height: fit-content;
margin-top: 10px;
}