Fix svg height problems

stable
Xavier Julián 2016-01-12 10:14:38 +01:00
parent 6915a99346
commit 3d489efd07
2 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ sup {
}
svg {
max-height: 1rem;
max-width: 1rem;
height: 1rem;
width: 1rem;
}
//Datepicker

View File

@ -59,8 +59,8 @@ tg-project-menu {
}
}
svg {
max-height: 1.5rem;
max-width: 1.5rem;
height: 1.5rem;
width: 1.5rem;
path {
opacity: 1;
}