2019-09-19 19:38:27 +02:00
|
|
|
.account-settings__container {
|
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('primary-text-color');
|
|
|
|
background-color: getThemifyVariable('background-color');
|
|
|
|
}
|
2020-02-11 22:58:08 +01:00
|
|
|
height: 100%;
|
2019-09-19 19:38:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.account-settings {
|
|
|
|
max-width: #{700 / $base-font-size}rem;
|
|
|
|
align-self: center;
|
|
|
|
padding: 0 #{10 / $base-font-size}rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2019-05-15 12:11:58 +02:00
|
|
|
.account__tabs {
|
|
|
|
padding-top: #{20 / $base-font-size}rem;
|
|
|
|
}
|
2019-05-22 16:30:46 +02:00
|
|
|
|
2019-05-24 11:59:56 +02:00
|
|
|
.account__social-text {
|
2019-05-22 16:30:46 +02:00
|
|
|
padding-bottom: #{15 / $base-font-size}rem;
|
|
|
|
}
|