PeerTube/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.c...

21 lines
318 B
SCSS
Raw Normal View History

2017-12-11 17:36:46 +01:00
@import '_variables';
@import '_mixins';
label {
font-weight: $font-regular;
font-size: 100%;
}
2017-12-01 17:38:26 +01:00
input[type=submit] {
@include peertube-button;
2017-12-07 10:02:01 +01:00
@include orange-button;
2017-12-01 17:38:26 +01:00
display: block;
2017-12-06 09:19:25 +01:00
margin-top: 15px;
2017-12-01 17:38:26 +01:00
}
.peertube-select-container {
@include peertube-select-container(340px);
margin-bottom: 30px;
}