This commit is contained in:
Andy Miller
2017-12-27 00:11:49 -07:00
parent fe225ffca9
commit 30bde947fe
7 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1468,7 +1468,7 @@ form {
}
input.highlight:checked + label {
background: $notice-bg;
background: $button-bg;
}
}
}

View File

@@ -166,14 +166,14 @@ $content-padding: 1.5rem;
display: block;
position: absolute;
cursor: pointer;
right: -16px;
top: 20px;
width: 16px;
height: 25px;
right: -15px;
top: 16px;
width: 15px;
height: 34px;
text-align: center;
line-height: 23px;
line-height: 32px;
z-index: 3;
font-size: 1.2rem;
font-size: 1rem;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;

View File

@@ -5,7 +5,7 @@
.gpm-search {
position: relative;
padding: 0 3rem 0.5rem;
padding: 0 3rem 0.5rem $padding-default;
text-indent: 2.5rem;
&:after {
position: absolute;