]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-applications/my-account-applications.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-applications / my-account-applications.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 .applications-title {
10 @include settings-big-title;
11 }
12
13 .form-group {
14 max-width: 500px;
15 }
16
17 input[type=submit] {
18 @include peertube-button;
19 @include orange-button;
20 @include margin-left(auto);
21
22 display: flex;
23
24 + .form-error {
25 @include margin-left(5px);
26
27 display: inline;
28 }
29 }