add cancel button
This commit is contained in:
parent
82324dca9e
commit
a6891ac900
2 changed files with 11 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ incoming-data-menu {
|
|||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.incoming-data-menu {
|
||||
&__header {
|
||||
|
|
@ -33,7 +34,13 @@ incoming-data-menu {
|
|||
}
|
||||
|
||||
&__cancel {
|
||||
|
||||
background: #EDEDED;
|
||||
font-size: 18px;
|
||||
height: 66px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #3A3A3A;
|
||||
}
|
||||
&__url {
|
||||
background: rgba(203, 203, 203, .13);
|
||||
|
|
|
|||
|
|
@ -16,4 +16,7 @@
|
|||
<div>Open website</div>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
<a class="incoming-data-menu__cancel item">
|
||||
Cancel
|
||||
</a>
|
||||
</action-sheet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue