aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-share.component.scss
blob: 4c07bce89b59929221ace9b52bc79fa733b09cf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';

.action-button-cancel {
  margin-right: 0 !important;
}

.btn-outline-secondary {
  border-color: $input-border-color;
}

.qr-code-group {
  text-align: center;
}

.start-at {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}