]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/modal/instance-config-warning-modal.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / instance-config-warning-modal.component.scss
CommitLineData
8cbc40b2
C
1@use '_mixins' as *;
2@use '_variables' as *;
43d0ea7f 3
589d9f55
C
4.modal-body {
5 font-size: 15px;
6}
7
8li {
9 margin-bottom: 10px;
10}
11
2377a7f3
C
12.mascot {
13 display: block;
14 margin: 0 auto 50px;
80c7779e 15 width: 25%;
2377a7f3 16}