update css for links on salvation page
parent
d29a5246e4
commit
3405cd43ab
|
|
@ -3,4 +3,12 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid gray;
|
border-bottom: 1px solid gray;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited{
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div sideBar class="side-bar">
|
<div sideBar class="side-bar">
|
||||||
<upcoming-events-component [numberOfEventsToShow]="4" ></upcoming-events-component>
|
|
||||||
</div>
|
</div>
|
||||||
</secondary-page-component>
|
</secondary-page-component>
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
BUILD_ANGULAR_ARG=$1
|
BUILD_ANGULAR_ARG=$1
|
||||||
BUILD_ANGULAR=false
|
BUILD_ANGULAR=true
|
||||||
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
|
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
|
||||||
BUILD_ANGULAR=true
|
BUILD_ANGULAR=true
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue