Merge pull request #1297 from alphagov/search-outbound

Add search box to filter notifications by recipient
This commit is contained in:
Chris Hill-Scott
2017-06-01 16:09:20 +01:00
committed by GitHub
7 changed files with 135 additions and 10 deletions

View File

@@ -59,3 +59,21 @@
}
}
.align-button-with-textbox {
.button {
@include media(desktop) {
position: relative;
top: 32px;
left: -30px;
width: 100%;
margin-right: -30px;
padding-top: 8px;
box-sizing: content-box;
}
}
}