Files
PeerTube/client/src/app/account/account-settings/account-details/account-details.component.scss
2017-12-07 10:02:01 +01:00

14 lines
196 B
SCSS

label {
font-size: 15px;
font-weight: $font-regular;
margin-left: 5px;
}
input[type=submit] {
@include peertube-button;
@include orange-button;
display: block;
margin-top: 15px;
}