IE10 fixes
parent
56d0c728ce
commit
56d120d060
|
@ -49,8 +49,9 @@
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
.project-card-logo {
|
.project-card-logo {
|
||||||
|
display: inline-block;
|
||||||
flex-basis: 50px;
|
flex-basis: 50px;
|
||||||
min-width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -358,3 +358,10 @@ tg-project-menu {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DASHBOARD
|
||||||
|
.home-wrapper {
|
||||||
|
.title-bar {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -164,10 +164,3 @@ tg-project-menu {
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// DASHBOARD
|
|
||||||
.home-wrapper {
|
|
||||||
.title-bar {
|
|
||||||
color: $white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue