Merge pull request #5686 from benthomasson/search-key-padding-audit

Fixes #5675.  Search key padding audit.
This commit is contained in:
benthomasson 2017-03-10 09:23:57 -05:00 committed by GitHub
commit 2caa7c1c90

View File

@ -160,7 +160,7 @@
}
.SmartSearch-keyToggle {
margin-right: auto;
margin-left: 12px;
margin-left: 20px;
text-transform: uppercase;
background-color: @default-bg;
border-radius: 5px;
@ -192,7 +192,7 @@
font-size: 12px;
width: 100%;
padding: 15px;
margin-bottom: 15px;
margin-bottom: 20px;
border-radius: 4px;
border: 1px solid @login-notice-border;
background-color: @login-notice-bg;