Merge pull request #15 from bechi/feature/glidera-changes

add icon and fix sizes
This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-09 09:52:24 -03:00
commit be757debc1
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 {