PUNKT-43 Zmiana wyglądu wszystkich przycisków

This commit is contained in:
s416122 2019-12-15 14:39:01 +01:00
parent 5a6053aa14
commit 447e2cf322
2 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<div class="wrapper"> <div class="wrapper">
<div class="content"> <div class="content">
<div> <div>
<button class="btn btn-study-cave" (click)="goBack()"><i class="fas fa-arrow-left"></i> POWRÓT</button> <button class="button" (click)="goBack()"><i class="fas fa-arrow-left"></i> POWRÓT</button>
<div> <div>
MATERIAŁY: {{title}} <br /> MATERIAŁY: {{title}} <br />
WŁAŚCICIEL: {{own}} <br /> WŁAŚCICIEL: {{own}} <br />
@ -23,4 +23,4 @@
<button type="button" pButton icon="pi pi-close" (click)="display=false" label="NIE" class="ui-button-secondary"></button> <button type="button" pButton icon="pi pi-close" (click)="display=false" label="NIE" class="ui-button-secondary"></button>
</p-footer> </p-footer>
</p-dialog> </p-dialog>
</div> </div>

View File

@ -25,15 +25,6 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
.min
{
min-width: 150px;
}
.max
{
font-size: x-large;
}
.wrapper { .wrapper {
width: 100%; width: 100%;