add icon and fix sizes
This commit is contained in:
parent
770a5cc9e1
commit
86aa2d0ea7
3 changed files with 47 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue