Change button color on whoweare page
parent
a975314f95
commit
bc3070f065
|
|
@ -13,8 +13,7 @@ import { MdButtonModule,
|
||||||
MdInputModule,
|
MdInputModule,
|
||||||
MdSliderModule,
|
MdSliderModule,
|
||||||
MdSnackBarModule,
|
MdSnackBarModule,
|
||||||
MdDialogModule,
|
MdDialogModule } from '@angular/material';
|
||||||
MdCardModule } from '@angular/material';
|
|
||||||
import { RouterModule } from '@angular/router';
|
import { RouterModule } from '@angular/router';
|
||||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||||
//import 'hammerjs';
|
//import 'hammerjs';
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ a:visited{
|
||||||
|
|
||||||
.container-3-col > button{
|
.container-3-col > button{
|
||||||
width: calc(33% - 12px);
|
width: calc(33% - 12px);
|
||||||
|
background-color: lightgray;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-3-col > button ~ button{
|
.container-3-col > button ~ button{
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@
|
||||||
to spread the word of God as well as encourage and challenge believers in their Christian life.
|
to spread the word of God as well as encourage and challenge believers in their Christian life.
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="container-3-col">
|
<div class="container-3-col">
|
||||||
<button md-raised-button color="primary" routerLink="/services"><i ofbicon>access_time</i> Service Schedule</button><!--
|
<button md-raised-button routerLink="/services"><i ofbicon>access_time</i> Service Schedule</button><!--
|
||||||
--><button md-raised-button color="primary" routerLink="/location"><i ofbicon>directions</i> Directions</button><!--
|
--><button md-raised-button routerLink="/location"><i ofbicon>directions</i> Directions</button><!--
|
||||||
--><button md-raised-button color="primary" routerLink="/contact"><i ofbicon>mail_outline</i> Contact Us</button>
|
--><button md-raised-button routerLink="/contact"><i ofbicon>mail_outline</i> Contact Us</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue