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