- updated home template with ng-if, instead of ng-show

- updated border styles
This commit is contained in:
Jamal Jackson 2016-09-27 13:40:42 -04:00
commit 4649586c4e
2 changed files with 28 additions and 18 deletions

View file

@ -26,14 +26,24 @@
top:0;
right:0;
content:'';
@media (min-width: 450px){
&{
width:90%;
}
}
}
&.item-heading{
&:before{
width:100%;
width:100% !important;
top:99%
}
}
&:nth-child(2){
&:nth-child(1){
&:before{
width:0;
}
}
&:nth-child(2):last-child{
&:before{
width:0;
}