Added icon to the dialog.
This commit is contained in:
parent
5aff5ede46
commit
00961faf7d
2 changed files with 19 additions and 0 deletions
app/styles/views/dialogs
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue