1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 03:20:23 +01:00
metamask-extension/ui/pages/keychains/index.scss

115 lines
1.7 KiB
SCSS
Raw Normal View History

.first-view-main-wrapper {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
padding: 0 10px;
> .first-view-main {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
}
@media screen and (min-width: 1281px) {
.first-view-main {
width: 62vw;
}
}
.import-account {
display: flex;
flex-flow: column nowrap;
margin: 60px 0 30px 0;
position: relative;
max-width: initial;
}
@media only screen and (max-width: $break-small) {
.import-account {
margin: 24px;
display: flex;
flex-flow: column nowrap;
width: calc(100vw - 80px);
}
.import-account__title {
width: initial !important;
}
.first-view-main {
height: 100%;
flex-direction: column;
align-items: center;
justify-content: flex-start;
margin-top: 12px;
}
.first-view-phone-invisible {
display: none;
}
.first-time-flow__input {
width: 100%;
}
}
.import-account {
&__title {
2020-10-29 17:31:48 +01:00
@include H1;
color: #1b344d;
margin-bottom: 10px;
}
&__back-button {
2020-10-29 17:31:48 +01:00
@include Paragraph;
margin-bottom: 18px;
color: #22232c;
position: absolute;
top: -25px;
}
&__selector-label {
2020-10-29 17:31:48 +01:00
@include Paragraph;
2020-10-29 17:31:48 +01:00
color: #1b344d;
}
&__selector-typography {
line-height: 22px;
display: flex;
align-items: center;
color: #000;
margin-top: 18px;
margin-bottom: 16px;
}
}
.reveal-seed {
&__content {
padding: 20px;
}
&__label {
padding-bottom: 10px;
font-weight: 400;
display: inline-block;
}
&__error {
2020-10-29 17:31:48 +01:00
@include H6;
color: var(--crimson);
padding-top: 5px;
}
}
.page-container__footer-single-button {
width: 40%;
margin: 8px auto;
}