mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-13 07:12:32 +05:30
Немного адаптива для страницы сканирования кода
This commit is contained in:
parent
b096bb8846
commit
f3b0ee5d7c
@ -1,11 +1,13 @@
|
|||||||
|
$maxQrCodeSize: 242px;
|
||||||
|
|
||||||
.qrCode {
|
.qrCode {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 242px;
|
width: $maxQrCodeSize;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 242px;
|
width: $maxQrCodeSize;
|
||||||
height: 242px;
|
height: $maxQrCodeSize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -21,9 +23,17 @@
|
|||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 359px) {
|
||||||
|
.key {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user