]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/menu/language-chooser.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / language-chooser.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
8afc19a6 3
9c53ef67
C
4.help-to-translate {
5 @include peertube-button-link;
6 @include orange-button;
d3217560 7
931d3430
C
8 border-radius: 0;
9
58e1765a
RK
10 &.focus-visible,
11 &:focus {
12 box-shadow: none;
13 }
9c53ef67
C
14}
15
8afc19a6
C
16.modal-body {
17 text-align: center;
18
19 a {
63347a0f 20 display: block;
8afc19a6 21 font-size: 16px;
63347a0f 22 margin: 15px;
8afc19a6 23 }
9c53ef67 24}