]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/modal/account-setup-warning-modal.component.scss
Fix avatar default size
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / account-setup-warning-modal.component.scss
CommitLineData
7dca45f9
MK
1@use '_mixins' as *;
2@use '_variables' as *;
3
4.modal-body {
5 font-size: 15px;
6 display: flex;
7 flex-direction: column;
8 align-items: center;
9 justify-content: center;
10}
11
12.mascot-fw {
13 width: 170px;
14}
15
16.mascot {
17 @include margin-right(2rem);
18
19 display: block;
1ff15061
C
20 width: 170px;
21 height: 220px;
7dca45f9
MK
22}
23
24.subtitle {
25 font-weight: $font-semibold;
26 margin-bottom: 10px;
27 font-size: 16px;
28}
29
30li {
31 margin-bottom: 10px;
32}