Added icon to the dialog.

This commit is contained in:
Andreas Baldeau 2014-08-11 21:25:11 +02:00
parent 5aff5ede46
commit 00961faf7d
2 changed files with 19 additions and 0 deletions
app/styles/views/dialogs

View file

@ -19,6 +19,24 @@
color: $gray;
}
}
.modal-body {
.icon {
@extend .fa;
display: block;
font-size: 100px;
width: 120px;
text-align: center;
margin: 14px auto;
color: lighten($gray, 25%);
&.community {
@extend .fa-users;
}
}
}
.modal-footer {
.proceed {
@extend .btn;