class명 변경(button-farm-->button-form)
This commit is contained in:
parent
94a0baa45e
commit
827a40aa7b
|
@ -69,7 +69,7 @@
|
|||
</mat-tab-group>
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="onClickChoice(false)"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="onClickChoice(false)"
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
flex-flow: column;
|
||||
}
|
||||
}
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
.mat-primary {
|
||||
margin-left: 4px;
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="onClickChoice(false)"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
></p>
|
||||
</perfect-scrollbar>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
||||
{{ 'common.messages.confirm' | translate }}
|
||||
</button>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button mat-flat-button (click)="onClickConfirm()" class="mat-primary">
|
||||
{{ 'common.messages.confirm' | translate }}
|
||||
</button>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
.confirm-card {
|
||||
min-width: 500px;
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
.mat-primary {
|
||||
margin-left: 4px;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</mat-form-field>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="onClickChoice(false)"
|
||||
|
|
|
@ -85,18 +85,18 @@
|
|||
[disabled]="getDisabled(groupBuddy)"
|
||||
class="group-list"
|
||||
>
|
||||
<div class="group-name">
|
||||
<span class="title-name ellipsis"> {{ groupBuddy.group.name }} </span>
|
||||
<span class="text-accent-color number"
|
||||
>({{ groupBuddy.buddyList.length
|
||||
}}{{ 'common.units.persons' | translate }})</span
|
||||
>
|
||||
</div>
|
||||
<div class="group-name">
|
||||
<span class="title-name ellipsis"> {{ groupBuddy.group.name }} </span>
|
||||
<span class="text-accent-color number"
|
||||
>({{ groupBuddy.buddyList.length
|
||||
}}{{ 'common.units.persons' | translate }})</span
|
||||
>
|
||||
</div>
|
||||
</mat-list-option>
|
||||
</mat-selection-list>
|
||||
</mat-card-content>
|
||||
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="onClickChoice(false)"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
min-width: 500px;
|
||||
.mat-card-content {
|
||||
}
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
.mat-primary {
|
||||
margin-left: 4px;
|
||||
|
|
|
@ -258,7 +258,7 @@
|
|||
</mat-drawer>
|
||||
</mat-drawer-container>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
||||
{{ 'common.messages.confirm' | translate }}
|
||||
</button>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
min-width: 500px;
|
||||
.mat-card-content {
|
||||
}
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
.mat-primary {
|
||||
margin-left: 4px;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
></p>
|
||||
</perfect-scrollbar>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button mat-flat-button (click)="onClickConfirm()" class="mat-primary">
|
||||
{{ 'common.messages.confirm' | translate }}
|
||||
</button>
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
</div> -->
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<!-- <button
|
||||
mat-stroked-button
|
||||
(click)="onClickClearSettingAndLogout()"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
color: #444444;
|
||||
}
|
||||
}
|
||||
.button-farm {
|
||||
.button-form {
|
||||
text-align: right;
|
||||
.mat-primary {
|
||||
margin-left: 4px;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{{ data.message }}
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-farm flex-row">
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
||||
{{ 'common.messages.confirm' | translate }}
|
||||
</button>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
{{ data.message }}
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions *ngIf="!hideAction" class="button-farm flex-row">
|
||||
<mat-card-actions *ngIf="!hideAction" class="button-form flex-row">
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="onClickChoice(false)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user