IE10 fixes

stable
Xavier Julián 2016-01-29 09:01:59 +01:00
parent 56d0c728ce
commit 56d120d060
3 changed files with 9 additions and 8 deletions

View File

@ -49,8 +49,9 @@
flex-grow: 0;
}
.project-card-logo {
display: inline-block;
flex-basis: 50px;
min-width: 50px;
width: 50px;
height: 50px;
margin-right: .5rem;
img {

View File

@ -358,3 +358,10 @@ tg-project-menu {
}
}
// DASHBOARD
.home-wrapper {
.title-bar {
color: $white;
}
}

View File

@ -164,10 +164,3 @@ tg-project-menu {
background: $whitish;
}
}
// DASHBOARD
.home-wrapper {
.title-bar {
color: $white;
}
}