add icon and fix sizes

This commit is contained in:
bechi 2015-09-09 01:08:21 -03:00
commit 86aa2d0ea7
3 changed files with 47 additions and 36 deletions

View file

@ -1097,7 +1097,16 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
.preferences-icon {
padding: 0.6rem 0.8rem !important;
width: auto;
height: 40px;
}
@media only screen and (max-width: 40em) {
.preferences-icon {
width: 40px;
height: 40px;
padding: 0.55rem !important;
}
}
.alertModal {