bet-mat-small-8 is added
This commit is contained in:
parent
d2abfc4254
commit
72c585b590
|
@ -242,11 +242,19 @@
|
||||||
차익{{ user.balance }}
|
차익{{ user.balance }}
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
<button mat-flat-button [color]="'primary'">
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
게임머니확인
|
게임머니확인
|
||||||
</button>
|
</button>
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
<button mat-flat-button [color]="'primary'">
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
게임머니회수
|
게임머니회수
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,4 +5,8 @@
|
||||||
|
|
||||||
.mat-form-field.bet-mat-form-field-wrapper-mb-0>.mat-form-field-wrapper {
|
.mat-form-field.bet-mat-form-field-wrapper-mb-0>.mat-form-field-wrapper {
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bet-mat-small-8 {
|
||||||
|
transform: scale(0.8);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user