class명 변경(button-farm-->button-form)

This commit is contained in:
khk 2020-02-25 10:48:40 +09:00
parent 94a0baa45e
commit 827a40aa7b
19 changed files with 26 additions and 26 deletions

View File

@ -69,7 +69,7 @@
</mat-tab-group> </mat-tab-group>
</div> </div>
</mat-card-content> </mat-card-content>
<mat-card-actions class="button-farm flex-row"> <mat-card-actions class="button-form flex-row">
<button <button
mat-stroked-button mat-stroked-button
(click)="onClickChoice(false)" (click)="onClickChoice(false)"

View File

@ -43,7 +43,7 @@
} }
} }
.button-farm { .button-form {
text-align: right; text-align: right;
position: absolute; position: absolute;
width: 100%; width: 100%;

View File

@ -228,7 +228,7 @@
</div> </div>
</div> </div>
</mat-card-content> </mat-card-content>
<mat-card-actions class="button-farm flex-row"> <mat-card-actions class="button-form flex-row">
<button <button
mat-stroked-button mat-stroked-button
(click)="onClickChoice(false)" (click)="onClickChoice(false)"

View File

@ -139,7 +139,7 @@
flex-flow: column; flex-flow: column;
} }
} }
.button-farm { .button-form {
text-align: right; text-align: right;
.mat-primary { .mat-primary {
margin-left: 4px; margin-left: 4px;

View File

@ -51,7 +51,7 @@
</div> </div>
</form> </form>
</mat-card-content> </mat-card-content>
<mat-card-actions class="button-farm flex-row"> <mat-card-actions class="button-form flex-row">
<button <button
mat-stroked-button mat-stroked-button
(click)="onClickChoice(false)" (click)="onClickChoice(false)"

View File

@ -18,7 +18,7 @@
></p> ></p>
</perfect-scrollbar> </perfect-scrollbar>
</mat-card-content> </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"> <button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
{{ 'common.messages.confirm' | translate }} {{ 'common.messages.confirm' | translate }}
</button> </button>

View File

@ -78,7 +78,7 @@
</div> </div>
</div> </div>
</mat-card-content> </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"> <button mat-flat-button (click)="onClickConfirm()" class="mat-primary">
{{ 'common.messages.confirm' | translate }} {{ 'common.messages.confirm' | translate }}
</button> </button>

View File

@ -13,7 +13,7 @@
.confirm-card { .confirm-card {
min-width: 500px; min-width: 500px;
.button-farm { .button-form {
text-align: right; text-align: right;
.mat-primary { .mat-primary {
margin-left: 4px; margin-left: 4px;

View File

@ -42,7 +42,7 @@
</mat-form-field> </mat-form-field>
</form> </form>
</mat-card-content> </mat-card-content>
<mat-card-actions class="button-farm flex-row"> <mat-card-actions class="button-form flex-row">
<button <button
mat-stroked-button mat-stroked-button
(click)="onClickChoice(false)" (click)="onClickChoice(false)"

View File

@ -85,18 +85,18 @@
[disabled]="getDisabled(groupBuddy)" [disabled]="getDisabled(groupBuddy)"
class="group-list" class="group-list"
> >
<div class="group-name"> <div class="group-name">
<span class="title-name ellipsis"> {{ groupBuddy.group.name }} </span> <span class="title-name ellipsis"> {{ groupBuddy.group.name }} </span>
<span class="text-accent-color number" <span class="text-accent-color number"
>({{ groupBuddy.buddyList.length >({{ groupBuddy.buddyList.length
}}{{ 'common.units.persons' | translate }})</span }}{{ 'common.units.persons' | translate }})</span
> >
</div> </div>
</mat-list-option> </mat-list-option>
</mat-selection-list> </mat-selection-list>
</mat-card-content> </mat-card-content>
<mat-card-actions class="button-farm flex-row"> <mat-card-actions class="button-form flex-row">
<button <button
mat-stroked-button mat-stroked-button
(click)="onClickChoice(false)" (click)="onClickChoice(false)"

View File

@ -18,7 +18,7 @@
min-width: 500px; min-width: 500px;
.mat-card-content { .mat-card-content {
} }
.button-farm { .button-form {
text-align: right; text-align: right;
.mat-primary { .mat-primary {
margin-left: 4px; margin-left: 4px;

View File

@ -258,7 +258,7 @@
</mat-drawer> </mat-drawer>
</mat-drawer-container> </mat-drawer-container>
</mat-card-content> </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"> <button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
{{ 'common.messages.confirm' | translate }} {{ 'common.messages.confirm' | translate }}
</button> </button>

View File

@ -15,7 +15,7 @@
min-width: 500px; min-width: 500px;
.mat-card-content { .mat-card-content {
} }
.button-farm { .button-form {
text-align: right; text-align: right;
.mat-primary { .mat-primary {
margin-left: 4px; margin-left: 4px;

View File

@ -26,7 +26,7 @@
></p> ></p>
</perfect-scrollbar> </perfect-scrollbar>
</mat-card-content> </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"> <button mat-flat-button (click)="onClickConfirm()" class="mat-primary">
{{ 'common.messages.confirm' | translate }} {{ 'common.messages.confirm' | translate }}
</button> </button>

View File

@ -123,7 +123,7 @@
</div> --> </div> -->
</div> </div>
</mat-card-content> </mat-card-content>
<mat-card-actions class="button-farm flex-row"> <mat-card-actions class="button-form flex-row">
<!-- <button <!-- <button
mat-stroked-button mat-stroked-button
(click)="onClickClearSettingAndLogout()" (click)="onClickClearSettingAndLogout()"

View File

@ -42,7 +42,7 @@
} }
} }
.button-farm { .button-form {
text-align: right; text-align: right;
position: absolute; position: absolute;
width: 100%; width: 100%;

View File

@ -63,7 +63,7 @@
color: #444444; color: #444444;
} }
} }
.button-farm { .button-form {
text-align: right; text-align: right;
.mat-primary { .mat-primary {
margin-left: 4px; margin-left: 4px;

View File

@ -10,7 +10,7 @@
{{ data.message }} {{ data.message }}
</div> </div>
</mat-card-content> </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"> <button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
{{ 'common.messages.confirm' | translate }} {{ 'common.messages.confirm' | translate }}
</button> </button>

View File

@ -15,7 +15,7 @@
{{ data.message }} {{ data.message }}
</div> </div>
</mat-card-content> </mat-card-content>
<mat-card-actions *ngIf="!hideAction" class="button-farm flex-row"> <mat-card-actions *ngIf="!hideAction" class="button-form flex-row">
<button <button
mat-stroked-button mat-stroked-button
(click)="onClickChoice(false)" (click)="onClickChoice(false)"