add cancel button

This commit is contained in:
Marty Alcala 2016-10-14 15:54:20 -04:00
commit 6e87f18ec8
3 changed files with 9 additions and 1 deletions

View file

@ -41,6 +41,11 @@ incoming-data-menu {
align-items: center;
justify-content: center;
color: #3A3A3A;
border-top: 1px solid #e4e4e4;
&:active {
background: #dadada;
}
}
&__url {
background: rgba(203, 203, 203, .13);