1
0
Fork 0
peertube/client/src/app/videos/+video-watch/modal/video-share.component.scss

22 lines
326 B
SCSS
Raw Normal View History

@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';
2017-12-20 16:49:58 +00:00
.action-button-cancel {
margin-right: 0 !important;
}
.qr-code-group {
text-align: center;
}
2018-08-27 13:59:00 +00:00
.start-at {
display: flex;
justify-content: center;
margin-top: 10px;
2019-03-07 16:06:00 +00:00
align-items: center;
my-timestamp-input {
margin-left: 10px;
}
2018-08-27 13:59:00 +00:00
}