@code.gov/code-gov-style
Advanced tools
Comparing version 1.10.4 to 1.10.5
@@ -118,1 +118,49 @@ --- | ||
``` | ||
# Responsive Details | ||
If you have a card that has details inline after 600px only | ||
<div style="max-width: 600px"> | ||
<div class="card"> | ||
<div class="card-title">Labor Hours Estimation for Code.gov Open Source Repositories</div> | ||
<div class="card-description">Issue Description: This task supports the Code.gov team. We want to estimate total lines of code and total hours and costs for the code that is located in all of our open source repositories. The open source repositories are listed in the agency json...</div> | ||
<dl> | ||
<dt>Agency:</dt> | ||
<dd><a>GSA</a></dd> | ||
<dt>Last Updated:</dt> | ||
<dd>9/17/2018</dd> | ||
</dl> | ||
<hr /> | ||
<dl class="inline-after-600px"> | ||
<dt>Languages:</dt> | ||
<dd>CSS, HTML, JavaScript</dd> | ||
<dt>Type:</dt> | ||
<dd>Enhancement</dd> | ||
<dt>Skill Level:</dt> | ||
<dd>Intermediate</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
``` | ||
<div style="max-width: 600px"> | ||
<div class="card"> | ||
<div class="card-title">Labor Hours Estimation for Code.gov Open Source Repositories</div> | ||
<div class="card-description">Issue Description: This task supports the Code.gov team. We want to estimate total lines of code and total hours and costs for the code that is located in all of our open source repositories. The open source repositories are listed in the agency json...</div> | ||
<dl> | ||
<dt>Agency:</dt> | ||
<dd><a>GSA</a></dd> | ||
<dt>Last Updated:</dt> | ||
<dd>9/17/2018</dd> | ||
</dl> | ||
<hr /> | ||
<dl class="inline-after-600px"> | ||
<dt>Languages:</dt> | ||
<dd>CSS, HTML, JavaScript</dd> | ||
<dt>Type:</dt> | ||
<dd>Enhancement</dd> | ||
<dt>Skill Level:</dt> | ||
<dd>Intermediate</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
``` |
{ | ||
"name": "@code.gov/code-gov-style", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"description": "Style for code.gov including buttons, banners, and cards. Inspired by and somewhat based on USWDS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
876999