]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/account/account-settings/account-details/account-details.component.scss
Update readme screenshot with new design
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account-settings / account-details / account-details.component.scss
CommitLineData
c30745f3
C
1label {
2 font-size: 15px;
3 font-weight: $font-regular;
4 margin-left: 5px;
5}
6
7input[type=submit] {
8 @include peertube-button;
7b272fd7 9 @include orange-button;
c30745f3
C
10
11 display: block;
a2b817d3 12 margin-top: 15px;
c30745f3 13}