plataforma-fundacao-componentes 2.22.16 → 2.22.17
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/index.css +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -15248,7 +15248,6 @@ h5 {
|
|
|
15248
15248
|
border-bottom: 1px solid;
|
|
15249
15249
|
transition: background-color 0.3s ease, color 0.3s ease;
|
|
15250
15250
|
background-color: #cdd3cd;
|
|
15251
|
-
color: #828a82;
|
|
15252
15251
|
border-color: #828a82; }
|
|
15253
15252
|
.component-upper-header-table .component-upper-header-table-btn {
|
|
15254
15253
|
font-size: 16px;
|
|
@@ -15280,7 +15279,6 @@ h5 {
|
|
|
15280
15279
|
max-height: 20px !important; }
|
|
15281
15280
|
.component-upper-header-table.active {
|
|
15282
15281
|
background-color: #d7e6c8;
|
|
15283
|
-
color: #3fa110;
|
|
15284
15282
|
border-color: #3fa110; }
|
|
15285
15283
|
.component-upper-header-table.active .component-upper-header-table-btn:not(:disabled) {
|
|
15286
15284
|
background-color: #d7e6c8;
|
|
@@ -15295,7 +15293,8 @@ h5 {
|
|
|
15295
15293
|
flex-wrap: wrap; }
|
|
15296
15294
|
.component-upper-header-table .component-upper-header-table-collapsed {
|
|
15297
15295
|
border-top: 1px solid #3fa110;
|
|
15298
|
-
background-color: #eff4eb;
|
|
15296
|
+
background-color: #eff4eb;
|
|
15297
|
+
padding: var(--colPadding); }
|
|
15299
15298
|
|
|
15300
15299
|
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
15301
15300
|
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
|
|
@@ -15453,6 +15452,7 @@ h5 {
|
|
|
15453
15452
|
.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead tr:nth-child(2) {
|
|
15454
15453
|
height: 12px; }
|
|
15455
15454
|
.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr td {
|
|
15455
|
+
min-height: 44px;
|
|
15456
15456
|
background-color: #fefefe;
|
|
15457
15457
|
padding: 12px 8px;
|
|
15458
15458
|
white-space: nowrap; }
|