]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-applications/my-account-applications.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-applications / my-account-applications.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
afff310e 3
afff310e
RK
4.applications-title {
5 @include settings-big-title;
6}
7
8.form-group {
9 max-width: 500px;
10}
11
12input[type=submit] {
13 @include peertube-button;
14 @include orange-button;
27bc9586 15 @include margin-left(auto);
afff310e
RK
16
17 display: flex;
afff310e 18
931d3430 19 + .form-error {
27bc9586
C
20 @include margin-left(5px);
21
afff310e 22 display: inline;
afff310e
RK
23 }
24}