]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/modal/account-setup-warning-modal.component.scss
Increase global font 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 {
7dca45f9
MK
5 display: flex;
6 flex-direction: column;
7 align-items: center;
8 justify-content: center;
9}
10
11.mascot-fw {
12 width: 170px;
13}
14
15.mascot {
16 @include margin-right(2rem);
17
18 display: block;
1ff15061
C
19 width: 170px;
20 height: 220px;
7dca45f9
MK
21}
22
23.subtitle {
24 font-weight: $font-semibold;
25 margin-bottom: 10px;
7dca45f9
MK
26}
27
28li {
29 margin-bottom: 10px;
30}