action box
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
</ion-slides>
|
</ion-slides>
|
||||||
</div>
|
</div>
|
||||||
<div class="stack-top">
|
<div class="stack-top">
|
||||||
<div class="action_box">
|
<div class="action_box" >
|
||||||
<ion-button (click)="onRegister()" expand="block" shape="round">
|
<ion-button (click)="onRegister()" expand="block" shape="round">
|
||||||
Get Started
|
Get Started
|
||||||
</ion-button>
|
</ion-button>
|
||||||
|
|||||||
@@ -23,8 +23,10 @@
|
|||||||
//margin: 10px; /* for demo purpose */
|
//margin: 10px; /* for demo purpose */
|
||||||
.action_box{
|
.action_box{
|
||||||
//z-index: 7;
|
//z-index: 7;
|
||||||
background-color: red;
|
background-color: white;
|
||||||
|
height: 160px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
padding: 20px;
|
||||||
margin: 10px auto 10px auto;
|
margin: 10px auto 10px auto;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user