Merge pull request #5351 from JDonadio/ref/remove-menu-popover

remove menu popover
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-28 14:47:43 +02:00 committed by GitHub
commit ec199aa1ff
10 changed files with 126 additions and 68 deletions

View file

@ -0,0 +1,61 @@
item-selector {
$border-color: #EFEFEF;
.bp-action-sheet__sheet {
padding-left: 2rem;
padding-right: .75rem;
}
.item-selector {
.option {
border: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 1px;
overflow: visible;
> i {
color: #647ce8;
padding: 0 0 5px 0;
margin-left: -5px;
> img {
height: 39px;
width: 39px;
padding: 4px;
}
}
}
.item-selector-inner {
display: flex;
position: relative;
padding-top: 16px;
padding-bottom: 16px;
&::after {
display: block;
position: absolute;
width: 100%;
height: 1px;
background: $border-color;
bottom: 0;
right: 0;
content: '';
}
.check {
padding: 0 1.2rem;
}
}
.item-selector-details {
flex-grow: 1;
.item-selector-name {
padding-bottom: 5px;
}
}
}
}

View file

@ -39,6 +39,7 @@
@import "includes/tx-details";
@import "includes/txp-details";
@import "includes/tx-status";
@import "includes/itemSelector";
@import "includes/walletSelector";
@import "integrations/coinbase";
@import "integrations/glidera";