@cagovweb/state-template 1.1.0-beta.1 → 1.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cagov.core.css +0 -12
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +493 -515
- package/dist/js/cagov.core.min.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -5
package/dist/css/cagov.core.css
CHANGED
|
@@ -13934,8 +13934,6 @@ input[type=search].search-textfield {
|
|
|
13934
13934
|
.featured-search.active .close-search {
|
|
13935
13935
|
display: none;
|
|
13936
13936
|
}
|
|
13937
|
-
}
|
|
13938
|
-
@media (min-width: 992px) {
|
|
13939
13937
|
.featured-search.active .search-textfield {
|
|
13940
13938
|
font-size: 1.1rem;
|
|
13941
13939
|
height: 40px;
|
|
@@ -16273,30 +16271,20 @@ textarea.sourcecode {
|
|
|
16273
16271
|
margin-top: 0;
|
|
16274
16272
|
overflow: visible;
|
|
16275
16273
|
}
|
|
16276
|
-
}
|
|
16277
|
-
@media (min-width: 992px) {
|
|
16278
16274
|
.flexbox .ask-group .panel-group .panel + .panel {
|
|
16279
16275
|
margin-top: 0;
|
|
16280
16276
|
}
|
|
16281
|
-
}
|
|
16282
|
-
@media (min-width: 992px) {
|
|
16283
16277
|
.ask-group .ask-panel {
|
|
16284
16278
|
position: absolute;
|
|
16285
16279
|
width: 100%;
|
|
16286
16280
|
width: 380px;
|
|
16287
16281
|
}
|
|
16288
|
-
}
|
|
16289
|
-
@media (min-width: 992px) {
|
|
16290
16282
|
.ask-group .panel:nth-child(n+4) .ask-panel {
|
|
16291
16283
|
right: 0;
|
|
16292
16284
|
}
|
|
16293
|
-
}
|
|
16294
|
-
@media (min-width: 992px) {
|
|
16295
16285
|
.ask-group .panel:nth-child(-n+3) .ask-panel {
|
|
16296
16286
|
left: 0;
|
|
16297
16287
|
}
|
|
16298
|
-
}
|
|
16299
|
-
@media (min-width: 992px) {
|
|
16300
16288
|
.ask-button.btn-primary {
|
|
16301
16289
|
background-color: #000;
|
|
16302
16290
|
background-color: rgba(0, 0, 0, 0.65);
|