Skip to content
Snippets Groups Projects
Commit 09f9b0a7 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch...

Merge branch '219-design-new-layout-for-buttons-and-apply-wherever-required-to-be-consistent' into 'develop'

Resolve "Design new layout for buttons and apply wherever required to be consistent"

See merge request !26
parents 9e3695ec d03667b9
No related branches found
No related tags found
1 merge request!26Resolve "Design new layout for buttons and apply wherever required to be consistent"
......@@ -77,7 +77,7 @@
</div>
</div>
<div class="nmaas-modal-footer">
<button class="btn btn-danger center-block" [routerLink]="['/welcome/login']">{{ 'REGISTRATION.DONE_MESSAGE' | translate }}</button>
<button class="btn btn-primary center-block" (click)="modal.hide()" [routerLink]="['/welcome/login']">{{ 'REGISTRATION.DONE_MESSAGE' | translate }}</button>
</div>
</nmaas-modal>
<modal-info-terms></modal-info-terms>
......
src/favicon.ico

1.12 KiB | W: 16px | H: 16px

src/favicon.ico

15 KiB | W: 48px | H: 48px

src/favicon.ico
src/favicon.ico
src/favicon.ico
src/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
......@@ -71,3 +71,24 @@
.btn-primary[disabled]:hover{
background: #414f6b;
}
.btn{
border:none
}
.btn-secondary{
background: #3767BE;
color: #ffffff;
}
.btn-secondary:hover{
background: #32559B;
color: #ffffff
}
.btn-danger{
background: #C70500;
}
.btn-text{
color: #32559B;
background: #ffffff;
}
.btn-text:hover{
background: #EBEEF5;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment