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