[CORL-561, CORL-562] Comment stream and account profile styling cleanup (#2517)

* update styles for comment stream

* more comment styling fixes

* reconfigure settings tab and account settings in stream

* add new button variant

* style settings tab

* style change username/email/password

* clean up settings tab

* integrate account deletion to account settings

* update comment history styles

* more history comment styles

* update snaps

* move userbox

* fix tests

* fix delete account tests

* update message box styling

* update snap

* update snaps

* fix lints

* update snaps again

* userbox styles

* history comment styling

* update snaps

* fix ts

* Integrate notifications settings

* clean up account setting styles

* update snaps and tests

* fix lints

* fix: PENDING_DELETION permissions

* chore: sync stable classnames, rename settings to account

* simplify css

* update snaps
This commit is contained in:
Tessa Thornton
2019-09-06 13:41:55 -04:00
committed by Kim Gardner
parent e49905c5ad
commit ac203607ae
109 changed files with 2620 additions and 2451 deletions
+13 -13
View File
@@ -164,7 +164,7 @@
.timestamp {
color: var(--palette-text-secondary);
font-family: var(--font-family-sans-serif);
font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-regular);
font-size: calc(14rem / var(--rem-base));
line-height: calc(18em / 14);
letter-spacing: 0;
@@ -188,15 +188,6 @@
color: var(--palette-text-primary);
}
.inputLabel {
font-size: calc(18rem / var(--rem-base));
font-weight: var(--font-weight-medium);
font-family: var(--font-family-serif);
line-height: calc(18em / 18);
letter-spacing: calc(0.2em / 18);
color: var(--palette-text-primary);
}
.detail {
font-size: calc(14rem / var(--rem-base));
font-weight: var(--font-weight-regular);
@@ -274,9 +265,9 @@
.tagText {
font-family: var(--font-family-sans-serif);
font-weight: var(--font-weight-regular);
font-size: calc(14rem / var(--rem-base));
letter-spacing: calc(-0.2em / 14);
font-weight: var(--font-weight-medium);
font-size: calc(12rem / var(--rem-base));
letter-spacing: calc(-0.2em / 12);
}
.sideNavigationItem {
@@ -312,3 +303,12 @@
line-height: calc(14em / 14);
color: var(--palette-grey-dark);
}
.inputLabel {
font-size: calc(18rem / var(--rem-base));
font-weight: var(--font-weight-medium);
font-family: var(--font-family-serif);
line-height: calc(18em / 18);
letter-spacing: calc(0.2em / 18);
color: var(--palette-text-dark);
}