bet-mat-small-8 is added

This commit is contained in:
병준 박 2022-07-21 07:37:14 +00:00
parent d2abfc4254
commit 72c585b590
2 changed files with 15 additions and 3 deletions

View File

@ -242,11 +242,19 @@
차익{{ user.balance }}
</div>
<div class="hidden lg:block">
<button mat-flat-button [color]="'primary'">
<button
mat-flat-button
class="bet-mat-small-8"
[color]="'primary'"
>
게임머니확인
</button>
<hr style="margin: 7px 0px" />
<button mat-flat-button [color]="'primary'">
<button
mat-flat-button
class="bet-mat-small-8"
[color]="'primary'"
>
게임머니회수
</button>
</div>

View File

@ -5,4 +5,8 @@
.mat-form-field.bet-mat-form-field-wrapper-mb-0>.mat-form-field-wrapper {
margin-bottom: 0em;
}
}
.bet-mat-small-8 {
transform: scale(0.8);
}