PeerTube/client/src/app/+my-account/my-account-settings/my-account-settings.compone...

15 lines
215 B
SCSS
Raw Normal View History

2021-05-27 18:25:00 +02:00
@use '_variables' as *;
@use '_mixins' as *;
2017-12-11 17:36:46 +01:00
2017-12-01 17:38:26 +01:00
.account-title {
@include settings-big-title;
&.account-title-danger {
color: lighten($color: #c54130, $amount: 10);
}
2017-12-01 17:38:26 +01:00
}
.form-group {
max-width: 500px;
}