зеркало из https://github.com/mozilla/fxa.git
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:
Коммит
721b37322e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче