[Detail] QRCode style 수정

This commit is contained in:
jangheon Pyo
2024-06-17 20:36:44 +09:00
parent 6e181cae5d
commit 42f5cf0d08

View File

@@ -112,16 +112,16 @@
}
.qrWrapper {
.flex(@direction:column);
div:first-child {
width: 252px;
> div:first-child {
width: 254px;
height: 254px;
background: @COLOR_WHITE;
border: solid 1px #dadada;
margin: 0 auto;
}
.tooltip {
margin-top: 14px;
.flex();
.tooltipBody {
position: relative;