Add panel actions styleguide

This commit is contained in:
Luis Cielak 2018-07-23 10:23:59 -04:00
parent 1916461d6e
commit 9464e36fb6
4 changed files with 22 additions and 17 deletions

View File

@ -8,6 +8,7 @@
@import 'elements/inputs';
@import 'elements/buttons';
@import 'elements/panels';
@import 'elements/panel_actions';
@import 'elements/block_lists';
@import 'elements/tables';
@import 'elements/icons';

View File

@ -4,7 +4,7 @@
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_inputs.scss
*/
from {
from {
margin-bottom: 3rem;
}
@ -28,10 +28,3 @@ select {
padding-bottom: 0.5rem;
}
}
.usa-search {
// width: 45%;
// float: left;
// padding: $gap * 2;
margin-right: $gap;
}

View File

@ -0,0 +1,20 @@
// Panels Actions
// Form inputs and other actions for panels
.panel__actions {
display: flex;
padding: $gap;
.usa-search {
padding-top: 2px;
input[type=search] {
height: 4.4rem;
font-size: 14px;
color: $color-black;
}
button {
min-height: 4.4rem;
}
}
}

View File

@ -44,12 +44,3 @@
}
}
}
.panel__actions {
display: flex;
padding: $gap;
// &__search {
// float: left;
// }
}