mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Dark Mode: Remove --ui-white (#14162)
This commit is contained in:
parent
81b3e6e925
commit
065d525d58
@ -56,7 +56,6 @@ $color-map: (
|
||||
'ui-3': --ui-3,
|
||||
'ui-4': --ui-4,
|
||||
'ui-5': --ui-5,
|
||||
'white': --ui-white,
|
||||
'grey': --ui-grey,
|
||||
'neutral-grey': --neutral-grey,
|
||||
'primary-3': --primary-3,
|
||||
|
@ -7,7 +7,6 @@
|
||||
--success-1: #4cd964;
|
||||
--success-3: #219e37;
|
||||
--ui-grey: #d6d9dc;
|
||||
--ui-white: #fff;
|
||||
--ui-1: #f2f3f4;
|
||||
--ui-2: #d6d9dc;
|
||||
--ui-3: #bbc0c5;
|
||||
|
@ -89,37 +89,6 @@
|
||||
width: 316px;
|
||||
}
|
||||
|
||||
&__logo {
|
||||
position: fixed;
|
||||
|
||||
&--transition {
|
||||
-webkit-transition: opacity 0.4s linear;
|
||||
-moz-transition: opacity 0.4s linear;
|
||||
-ms-transition: opacity 0.4s linear;
|
||||
-o-transition: opacity 0.4s linear;
|
||||
transition: opacity 0.4s linear;
|
||||
}
|
||||
|
||||
div {
|
||||
height: 40px;
|
||||
width: 94px;
|
||||
border-radius: 50px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: var(--ui-black);
|
||||
}
|
||||
|
||||
img {
|
||||
width: 74px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
span {
|
||||
color: var(--ui-white);
|
||||
}
|
||||
}
|
||||
|
||||
&__loading-bar-container {
|
||||
width: 248px;
|
||||
height: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user