Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/app/auth/components/auth/auth.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

.testimony {
position: absolute;
background: rgba($PR-blue, 0.92);
background: rgba($PR-blue-900, 0.92);
padding: 20px 24px;
left: 64px;
bottom: 135px;
Expand All @@ -122,7 +122,7 @@
font-weight: 700;
line-height: 24px;
font-size: 18px;
color: $white;
color: $PR-brand-white;
margin: 0;
}

Expand All @@ -131,7 +131,7 @@
font-weight: 400;
line-height: 24px;
font-size: 18px;
color: rgba($white, 0.85);
color: rgba($PR-brand-white, 0.85);
margin: 0;
}

Expand All @@ -150,11 +150,11 @@
}

.legacy-lab-text {
color: white;
color: $PR-brand-white;

.start-date,
a {
color: #ff9933;
color: $PR-brand-yellow;
}

.header {
Expand Down
4 changes: 2 additions & 2 deletions src/app/auth/components/login/login.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
justify-content: space-between;

& > a {
color: white;
color: $PR-brand-white;
font-size: 14px;
font-family: 'UsualRegular', sans-serif;
}
Expand All @@ -41,7 +41,7 @@
display: flex;
justify-content: center;
& > a {
color: white;
color: $PR-brand-white;
font-size: 14px;
font-family: 'UsualRegular', sans-serif;
}
Expand Down
10 changes: 5 additions & 5 deletions src/app/auth/components/signup/signup.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
display: flex;
> label,
label > a {
color: white;
color: $PR-brand-white;
font-family: 'UsualRegular', sans-serif;
font-size: 14px;
}
Expand All @@ -51,7 +51,7 @@ form {
.terms-title {
margin-bottom: 18px;
font-family: 'UsualBold', sans-serif;
color: white;
color: $PR-brand-white;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.16px;
Expand All @@ -61,7 +61,7 @@ form {
font-family: 'UsualRegular', sans-serif;
font-size: 14px;
line-height: 22px;
color: white;
color: $PR-brand-white;
margin-bottom: 36px;
width: 334px;
}
Expand Down Expand Up @@ -90,7 +90,7 @@ form {
.terms-title {
margin-bottom: 18px;
font-family: 'UsualBold', sans-serif;
color: white;
color: $PR-brand-white;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.16px;
Expand All @@ -100,7 +100,7 @@ form {
font-family: 'UsualRegular', sans-serif;
font-size: 14px;
line-height: 22px;
color: white;
color: $PR-brand-white;
margin-bottom: 36px;
width: 334px;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import 'fonts';
@import 'colors';

p {
color: white;
color: $PR-brand-white;
}

.text > p {
Expand Down Expand Up @@ -34,6 +35,6 @@ p {
}

.sharer-name {
color: rgba(184, 187, 201, 1);
color: rgba($PR-blue-200, 1);
margin-bottom: 0px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ h3 {
.heading-container {
width: 50%;
& > .heading {
color: white;
color: $PR-brand-white;
font-family: 'UsualLight', sans-serif;
}

& > .heading-new-archive {
width: 60%;
color: white;
color: $PR-brand-white;
font-family: 'UsualLight', sans-serif;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import 'fonts';

p {
color: white;
color: $PR-brand-white;
}

.greeting {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import 'fonts';
@import 'colors';

:host {
display: flex;
Expand All @@ -20,7 +21,7 @@
}

p {
color: white;
color: $PR-brand-white;
}

.greetings-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.archive-type-select-dialog {
font-family: 'UsualRegular', sans-serif;
background: #fff;
background: $PR-brand-white;
border-radius: 12px;
display: flex;
width: auto;
Expand Down Expand Up @@ -33,7 +33,7 @@
align-items: center;
flex-shrink: 0;
align-self: stretch;
border-bottom: 1px solid #e7e8ed;
border-bottom: 1px solid $PR-blue-50;

.dialog-label {
color: $darkBlue;
Expand Down Expand Up @@ -81,7 +81,7 @@
}

.type-description {
color: #646464;
color: $gray-dark;
font-weight: 400;
line-height: 32px;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import 'fonts';
@import 'colors';

.archive-type-select {
cursor: pointer;
Expand All @@ -15,7 +16,7 @@

font-family: 'UsualRegular', sans-serif;
font-style: normal;
color: #fff;
color: $PR-brand-white;
}

.archive-type {
Expand All @@ -34,7 +35,7 @@
}

.type-description {
color: rgba(255, 255, 255, 0.75);
color: rgba($PR-brand-white, 0.75);
font-size: 18px;
font-style: normal;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import 'fonts';

p {
color: white;
color: $PR-brand-white;
}

.create-archive-for-me {
Expand All @@ -29,7 +29,7 @@ p {
font-family: 'UsualRegular', sans-serif;
}
& .archive-type {
color: rgba(255, 255, 255, 0.64);
color: rgba($PR-brand-white, 0.64);
font-family: 'UsualRegular', sans-serif;
font-size: 10px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import 'fonts';

p {
color: white;
color: $PR-brand-white;
font-family: 'UsualRegular', sans-serif;
font-size: 16px;
}
Expand All @@ -27,11 +27,11 @@ p {

.square {
border-radius: 6px;
background: rgba(255, 255, 255, 0.08);
background: rgba($PR-brand-white, 0.08);
padding: 6px;

& > span {
color: white;
color: $PR-brand-white;
text-transform: uppercase;
}
}
Expand Down Expand Up @@ -61,7 +61,7 @@ p {

hr {
margin: 32px 0px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-top: 1px solid rgba($PR-brand-white, 0.3);
}

.content-container {
Expand Down Expand Up @@ -97,7 +97,7 @@ hr {

.get-started-text {
& > a {
color: white;
color: $PR-brand-white;
}
margin-bottom: 2rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

p {
color: white;
color: $PR-brand-white;
}

.text-container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'colors';

header {
padding-top: 2em;
padding-bottom: 1em;
Expand All @@ -19,15 +21,15 @@ header {
user-select: none;
}

background: #ffffff14;
background: rgba($PR-brand-white, 0.08);
border-radius: 0.75rem;
}

.actions {
button {
background: transparent;
cursor: pointer;
color: #fff;
color: $PR-brand-white;
text-transform: uppercase;
font-family: 'UsualRegular', sans-serif;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

p {
color: white;
color: $PR-brand-white;
}

.text-container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
@import 'fonts';
@import 'colors';

.square {
width: 280px;
height: 130px;
padding: 24px;
background-color: rgba(19, 27, 74, 1);
background-color: rgba($PR-blue-900, 1);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.16);
border: 1px solid rgba($PR-brand-white, 0.16);
cursor: pointer;
display: flex;

Expand All @@ -19,7 +20,7 @@
font-family: 'UsualRegular', sans-serif;
font-size: 18px;
font-weight: 400;
color: white;
color: $PR-brand-white;
margin-left: 24px;
margin-left: 10px;
display: flex;
Expand All @@ -31,7 +32,7 @@
background: linear-gradient(
to right,
rgba(184, 67, 166, 1),
rgba(128, 0, 128, 1)
rgba($PR-brand-purple, 1)
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
}

& > .btn-disabled {
background-color: #c8c8c8;
color: #646464;
border-color: #c8c8c8;
background-color: $gray-light;
color: $gray-dark;
border-color: $gray-light;
}
}

Expand All @@ -46,7 +46,7 @@
position: relative;
& > p {
position: absolute;
color: #898da4;
color: $PR-blue-400;
z-index: 1000;
font-size: 24px;
font-family: 'UsualRegular', sans-serif;
Expand Down Expand Up @@ -80,7 +80,7 @@
}

& > div > p {
color: white;
color: $PR-brand-white;
}
}

Expand Down
Loading