1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-01 21:57:06 +01:00
metamask-extension/ui/pages/first-time-flow/seed-phrase/index.scss

40 lines
593 B
SCSS
Raw Normal View History

@import 'confirm-seed-phrase/index';
@import 'reveal-seed-phrase/index';
@import 'seed-phrase-intro/index';
.seed-phrase {
&__sections {
display: flex;
2022-08-04 16:03:02 +02:00
@include screen-sm-min {
flex-direction: row;
}
2022-08-04 16:03:02 +02:00
@include screen-sm-max {
flex-direction: column;
}
}
&__main {
flex: 3;
min-width: 0;
}
&__side {
flex: 2;
min-width: 0;
2022-08-04 16:03:02 +02:00
@include screen-sm-min {
margin-left: 81px;
}
2022-08-04 16:03:02 +02:00
@include screen-sm-max {
margin-top: 24px;
}
.first-time-flow__text-block {
2022-03-19 01:43:33 +01:00
color: var(--color-text-default);
}
}
}