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

16 lines
252 B
SCSS
Raw Normal View History

2021-05-27 18:25:00 +02:00
@use '_variables' as *;
@use '_mixins' as *;
2022-10-07 15:29:53 +02:00
@use 'bootstrap/scss/functions' 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
}
2022-06-08 16:14:24 +02:00
.row > div {
max-width: 500px;
}