Skip to content
Snippets Groups Projects
Commit febc3feb authored by Hugo Leonardo's avatar Hugo Leonardo
Browse files

Ajustando largura dos botões

parent d3aa897a
No related branches found
No related tags found
1 merge request!1v1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<p [innerHTML]="body"></p> <p [innerHTML]="body"></p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-info" (click)="yes()">{{yesButtonText}}</button> <button type="button" class="btn btn-info yes" (click)="yes()">{{yesButtonText}}</button>
<button type="button" class="btn btn-success" (click)="no()">{{noButtonText}}</button> <button type="button" class="btn btn-success no" (click)="no()">{{noButtonText}}</button>
</div> </div>
</div> </div>
\ No newline at end of file
.yes, .no {
width: 90px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment