mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Dark Mode: Depost modal (#13989)
This commit is contained in:
parent
13e9a2a479
commit
4807002a5e
@ -4,40 +4,6 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&__header {
|
|
||||||
width: 100%;
|
|
||||||
border-radius: 8px 8px 0 0;
|
|
||||||
background-color: var(--mid-gray);
|
|
||||||
display: flex;
|
|
||||||
position: relative;
|
|
||||||
padding: 25px;
|
|
||||||
flex-flow: column;
|
|
||||||
align-items: flex-start;
|
|
||||||
|
|
||||||
&__title {
|
|
||||||
@include H3;
|
|
||||||
|
|
||||||
color: var(--white);
|
|
||||||
}
|
|
||||||
|
|
||||||
&__description {
|
|
||||||
@include Paragraph;
|
|
||||||
|
|
||||||
color: var(--white);
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__close::after {
|
|
||||||
content: '\00D7';
|
|
||||||
font-size: 2em;
|
|
||||||
color: var(--white);
|
|
||||||
position: absolute;
|
|
||||||
top: 20.8px;
|
|
||||||
right: 28px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__buy-rows {
|
&__buy-rows {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
@ -63,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__buy-row {
|
&__buy-row {
|
||||||
border-bottom: 1px solid var(--alto);
|
border-bottom: 1px solid var(--color-border-default);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -105,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__description {
|
&__description {
|
||||||
color: var(--cape-cod);
|
color: var(--color-text-alternative);
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user