Skip to content

Commit

Permalink
initial #490
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Jan 11, 2022
1 parent bae3d46 commit 66e49b6
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 22 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ twitter_username: francisrupert
github_username: usda-fsa
permalink: none
github_repository_url: https://github.com/USDA-FSA/fsa-design-system
fsa-style_version: 2.7.0
fsa-style_version: 2.7.1

# Site key assets
stylesheets:
Expand Down
40 changes: 37 additions & 3 deletions css/fsa-design-system.css
Original file line number Diff line number Diff line change
Expand Up @@ -5125,6 +5125,7 @@ img {
.fsa-affix--fill, .fsa-affix--block {
display: -ms-flexbox;
display: flex;
width: 100%;
}

.fsa-affix--disabled {
Expand Down Expand Up @@ -8538,7 +8539,7 @@ a.fsa-badge:active {
margin: 0;
padding: 0;
border-width: 0;
background: transparent;
background-color: transparent;
font: inherit;
line-height: inherit;
cursor: pointer;
Expand Down Expand Up @@ -8679,7 +8680,7 @@ a.fsa-badge:active {
margin: 0;
padding: 0;
border-width: 0;
background: transparent;
background-color: transparent;
font: inherit;
line-height: inherit;
cursor: pointer;
Expand Down Expand Up @@ -8748,61 +8749,72 @@ a.fsa-badge:active {
.fsa-btn-group {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
white-space: nowrap;
vertical-align: middle;
}

.fsa-btn-group--fill, .fsa-btn-group--block {
display: -ms-flexbox;
display: flex;
width: 100%;
}

.fsa-btn-group--inline {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
}

@media (min-width: 30.0625em) {
.fsa-btn-group--fill\@s, .fsa-btn-group--block\@s {
display: -ms-flexbox;
display: flex;
width: 100%;
}
.fsa-btn-group--inline\@s {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
}
}

@media (min-width: 37.5em) {
.fsa-btn-group--fill\@m, .fsa-btn-group--block\@m {
display: -ms-flexbox;
display: flex;
width: 100%;
}
.fsa-btn-group--inline\@m {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
}
}

@media (min-width: 54em) {
.fsa-btn-group--fill\@l, .fsa-btn-group--block\@l {
display: -ms-flexbox;
display: flex;
width: 100%;
}
.fsa-btn-group--inline\@l {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
}
}

@media (min-width: 78.75em) {
.fsa-btn-group--fill\@xl, .fsa-btn-group--block\@xl {
display: -ms-flexbox;
display: flex;
width: 100%;
}
.fsa-btn-group--inline\@xl {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
}
}

Expand Down Expand Up @@ -9287,7 +9299,7 @@ a.fsa-badge:active {
margin: 0;
padding: 0;
border-width: 0;
background: transparent;
background-color: transparent;
font: inherit;
line-height: inherit;
cursor: pointer;
Expand Down Expand Up @@ -9628,6 +9640,7 @@ h1 + .fsa-field {
@media (min-width: 37.5em) {
.fsa-field--fill, .fsa-field--block {
max-width: none;
width: 100%;
}
}

Expand Down Expand Up @@ -10572,6 +10585,12 @@ h1 + .fsa-field {
color: #82807f;
}

.fsa-select-multi--error .fsa-select-multi__list {
border-color: #cd2026;
box-shadow: 0 0 0 1px #cd2026;
background-color: #f9e4e5;
}

.fsa-select-multi__list-sub {
display: block;
list-style-type: none;
Expand Down Expand Up @@ -14732,14 +14751,17 @@ span.fsa-spinbox {

.fsa-link--inline {
display: inline !important;
width: auto !important;
}

.fsa-link--inline-block {
display: inline-block !important;
width: auto !important;
}

.fsa-link--fill, .fsa-link--block {
display: block !important;
width: 100%;
}

.fsa-link--underline {
Expand Down Expand Up @@ -15133,12 +15155,15 @@ span.fsa-spinbox {
@media (min-width: 30.0625em) {
.fsa-link--inline\@s {
display: inline !important;
width: auto !important;
}
.fsa-link--inline-block\@s {
display: inline-block !important;
width: auto !important;
}
.fsa-link--fill\@s, .fsa-link--block\@s {
display: block !important;
width: 100% !important;
}
.fsa-link--underline\@s {
text-decoration: underline !important;
Expand Down Expand Up @@ -15436,12 +15461,15 @@ span.fsa-spinbox {
@media (min-width: 37.5em) {
.fsa-link--inline\@m {
display: inline !important;
width: auto !important;
}
.fsa-link--inline-block\@m {
display: inline-block !important;
width: auto !important;
}
.fsa-link--fill\@m, .fsa-link--block\@m {
display: block !important;
width: 100% !important;
}
.fsa-link--underline\@m {
text-decoration: underline !important;
Expand Down Expand Up @@ -15739,12 +15767,15 @@ span.fsa-spinbox {
@media (min-width: 54em) {
.fsa-link--inline\@l {
display: inline !important;
width: auto !important;
}
.fsa-link--inline-block\@l {
display: inline-block !important;
width: auto !important;
}
.fsa-link--fill\@l, .fsa-link--block\@l {
display: block !important;
width: 100% !important;
}
.fsa-link--underline\@l {
text-decoration: underline !important;
Expand Down Expand Up @@ -16042,12 +16073,15 @@ span.fsa-spinbox {
@media (min-width: 78.75em) {
.fsa-link--inline\@xl {
display: inline !important;
width: auto !important;
}
.fsa-link--inline-block\@xl {
display: inline-block !important;
width: auto !important;
}
.fsa-link--fill\@xl, .fsa-link--block\@xl {
display: block !important;
width: 100% !important;
}
.fsa-link--underline\@xl {
text-decoration: underline !important;
Expand Down
2 changes: 1 addition & 1 deletion css/fsa-design-system.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/fsa-design-system.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/fsa-design-system.min.css.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fsa-design-system",
"description": "Open Source Design System for USDA Farm Production and Convervation (FPAC)",
"version": "1.18.0",
"version": "1.19.0",
"license": "SEE LICENSE in LICENSE.md",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"devDependencies": {
"autoprefixer": "^6.5.1",
"cssnano": "^3.7.7",
"fsa-style": "^2.7.0",
"fsa-style": "^2.7.1",
"grunt": "^1.4.1",
"grunt-browser-sync": "^2.0.0",
"grunt-browserify": "^5.0.0",
Expand Down

0 comments on commit 66e49b6

Please sign in to comment.