Merge branch 'master' into ui/responsive-tables

This commit is contained in:
andrewdds
2018-07-24 14:22:38 -04:00
committed by GitHub
10 changed files with 97 additions and 19 deletions

View File

@@ -4,10 +4,6 @@
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_inputs.scss
*/
from {
margin-bottom: 3rem;
}
select {
border-radius: 0;
-webkit-appearance: none;
@@ -28,3 +24,19 @@ select {
padding-bottom: 0.5rem;
}
}
.usa-search {
padding-top: 2px;
margin-right: 2rem;
input[type=search] {
height: 4.4rem;
font-size: 1.7rem;
color: $color-black;
}
button {
min-height: 4.4rem;
}
}

View File

@@ -43,4 +43,4 @@
padding: 0 ($gap * 4);
}
}
}
}

View File

@@ -44,6 +44,7 @@
&--active {
@include h5;
color: $color-primary;
box-shadow: none;
}
}
}
@@ -55,9 +56,21 @@
li {
.sidenav__link {
@include h5;
padding: ($gap * .75) ($gap * 3);
padding: $gap * .75;
padding-left: 4.5rem;
border: 0;
font-weight: normal;
.sidenav__link-icon {
@include icon-size(12);
flex-shrink: 0;
margin-right: 1.5rem;
margin-left: -3rem
}
.sidenav__link-label {
padding-left: 0;
}
}
}
}

View File

@@ -4,7 +4,7 @@
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_table.scss
*/
table {
table {
@include panel-margin;
min-width: 100%;