1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-04 23:14:56 +01:00
metamask-extension/ui/pages/onboarding-flow/metametrics/index.scss

42 lines
584 B
SCSS
Raw Normal View History

.onboarding-metametrics {
width: 600px;
ul {
margin: 24px 0 0 0;
li {
padding-bottom: 20px;
display: flex;
}
}
.fa {
width: 16px;
}
.fa-check {
margin-inline-end: 12px;
2022-03-23 16:38:43 +01:00
color: var(--color-success-default);
}
.fa-times {
margin-inline-end: 12px;
2022-03-23 16:38:43 +01:00
color: var(--color-error-default);
}
&__terms a {
2022-03-23 16:38:43 +01:00
color: var(--color-primary-default);
}
&__buttons {
margin: 24px auto 0 auto;
justify-content: space-between;
display: flex;
button {
margin-bottom: 24px;
width: 200px;
}
}
}