mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-04 07:14:03 +00:00
27 lines
444 B
SCSS
27 lines
444 B
SCSS
@import 'common/sass/variables';
|
|
@import 'common/sass/mixins';
|
|
|
|
.ViewOnly {
|
|
&-fields {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&-field {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex: 1;
|
|
|
|
&:nth-of-type(2) {
|
|
margin-bottom: calc(1rem + 15px);
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
& .AddressField {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|