2019-09-19 17:38:27 +00:00
|
|
|
.account-settings__container {
|
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('primary-text-color');
|
|
|
|
background-color: getThemifyVariable('background-color');
|
|
|
|
}
|
2020-02-11 21:58:08 +00:00
|
|
|
height: 100%;
|
2019-09-19 17:38:27 +00: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 10:11:58 +00:00
|
|
|
.account__tabs {
|
|
|
|
padding-top: #{20 / $base-font-size}rem;
|
|
|
|
}
|
2019-05-22 14:30:46 +00:00
|
|
|
|
2019-05-24 09:59:56 +00:00
|
|
|
.account__social-text {
|
2019-05-22 14:30:46 +00:00
|
|
|
padding-bottom: #{15 / $base-font-size}rem;
|
|
|
|
}
|
2020-04-26 09:40:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
.account__social-stack {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__social-stack > * {
|
|
|
|
margin-right: #{15 / $base-font-size}rem;
|
|
|
|
}
|