diff --git a/src/app/components/floating-column/manage-account/manage-account.component.scss b/src/app/components/floating-column/manage-account/manage-account.component.scss index 9c9c2123..c52cd5c8 100644 --- a/src/app/components/floating-column/manage-account/manage-account.component.scss +++ b/src/app/components/floating-column/manage-account/manage-account.component.scss @@ -46,14 +46,10 @@ $account-header-height: 60px; } } } - } // &__display-avatar { - // text-align: center; - // margin-bottom: 30px; - // } + } &__avatar { - // display: block; width: 50px; - border-radius: 3px; //transform: translateX(15px); // margin: auto; + border-radius: 3px; } &__body { overflow: auto; @@ -61,47 +57,4 @@ $account-header-height: 60px; display: block; // border: 1px red solid; } - &__label { - // text-decoration: underline; - font-size: $small-font-size; - margin-top: 10px; - margin-left: 5px; - color: $font-color-secondary; - } - &__margin-top { - margin-top: 25px; - } - &__link { - text-decoration: none; - display: block; // width: calc(100% - 20px); - width: 100%; // height: 30px; - padding: 5px 10px; // border: solid 1px black; - &:not(:last-child) { - margin-bottom: 5px; - } - } - &__mid-link { - text-decoration: none; - display: block; // width: calc(100% - 20px); - width: 45%; // height: 30px; - padding: 5px 10px; // border: solid 1px black; - &:not(:last-child) { - margin-bottom: 5px; - } - } - &__blue { - background-color: $color-primary; - color: #fff; - &:hover { - background-color: lighten($color-primary, 15); - } - } - &__red { - $red-button-color: rgb(65, 3, 3); - background-color: $red-button-color; - color: #fff; - &:hover { - background-color: lighten($red-button-color, 15); - } - } } \ No newline at end of file