MyCrypto/common/containers/Tabs/SendTransaction/components/RequestPayment.scss

20 lines
289 B
SCSS

@import 'common/sass/variables';
.RequestPayment {
&-title {
display: block;
margin: 0.5rem 1rem;
margin-bottom: 0.25rem;
}
&-qr {
position: relative;
background: #fff;
cursor: pointer;
}
&-codeBox {
min-height: 180px;
overflow-x: hidden;
}
}