PeerTube/client/src/app/+admin/users/user-edit/user-edit.component.scss

28 lines
416 B
SCSS
Raw Normal View History

2017-12-11 17:36:46 +01:00
@import '_variables';
@import '_mixins';
2018-04-26 16:11:38 +02:00
.form-sub-title {
2017-12-08 10:41:49 +01:00
margin-bottom: 30px;
}
input:not([type=submit]) {
@include peertube-input-text(340px);
display: block;
}
2017-12-20 14:29:55 +01:00
.peertube-select-container {
@include peertube-select-container(340px);
2017-12-08 10:41:49 +01:00
}
input[type=submit] {
@include peertube-button;
@include orange-button;
2018-08-31 10:05:54 +02:00
margin-top: 10px;
2017-12-08 10:41:49 +01:00
}
.transcoding-information {
margin-top: 5px;
font-size: 11px;
}