Merge pull request #14181 from mozilla/FXA-5851-update-colors

fix(fxa-auth-server) match email colors to fxa-react colors
This commit is contained in:
millsoper 2022-10-04 13:24:57 -07:00 коммит произвёл GitHub
Родитель 5c6ef57e54 2573aaa7eb
Коммит 721b37322e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -6,7 +6,7 @@
$font-sans: sans-serif;
// Colors
$blue-400: #0090ed;
$blue-500: #0060df;
$white: #fff;
$black: #000;
$grey-400: #6d6d6e;
@ -60,8 +60,8 @@ $s-10: 40px;
font-family: $font-sans !important;
}
.text-blue-400 {
color: $blue-400;
.text-blue-500 {
color: $blue-500;
}
.mt {
@ -117,7 +117,7 @@ tr > td:first-child {
}
.link-blue {
@extend .text-blue-400;
@extend .text-blue-500;
text-decoration: none;
font-family: $font-sans;
}

Просмотреть файл

@ -11,7 +11,7 @@
a {
@extend .font-sans;
@extend .text-lg;
background: global.$blue-400 !important;
background: global.$blue-500 !important;
width: 310px !important;
color: global.$white;
padding: global.$s-4 global.$s-0 !important;