blob: d17cd931e8d41acbc531967cc77b73d66804bcc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@import '_variables';
@import '_mixins';
.account-title {
@include settings-big-title;
&.account-title-danger {
color: lighten($color: #c54130, $amount: 10);
}
}
.form-group {
max-width: 500px;
}
|