plataforma-fundacao-componentes 2.22.3 → 2.22.4
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 +6 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -15057,8 +15057,11 @@ h5 {
|
|
|
15057
15057
|
background-color: #bfc7bf; }
|
|
15058
15058
|
|
|
15059
15059
|
.component-table-with-overflow {
|
|
15060
|
+
font-family: "Nunito", sans-serif;
|
|
15060
15061
|
position: relative;
|
|
15061
15062
|
width: 100%; }
|
|
15063
|
+
.component-table-with-overflow * {
|
|
15064
|
+
font-family: "Nunito", sans-serif; }
|
|
15062
15065
|
.component-table-with-overflow .component-table-with-overflow-outer-table {
|
|
15063
15066
|
width: 100%;
|
|
15064
15067
|
overflow-x: auto; }
|
|
@@ -15109,9 +15112,6 @@ h5 {
|
|
|
15109
15112
|
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-mid:not(.over) {
|
|
15110
15113
|
cursor: inherit;
|
|
15111
15114
|
overflow-x: visible; }
|
|
15112
|
-
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-mid .component-table-with-overflow-row.disabled .component-table-with-overflow-cell {
|
|
15113
|
-
color: #828a82;
|
|
15114
|
-
background-color: #efefef; }
|
|
15115
15115
|
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-mid .component-table-with-overflow-cell {
|
|
15116
15116
|
justify-content: center;
|
|
15117
15117
|
background-color: #fefefe; }
|
|
@@ -15145,6 +15145,7 @@ h5 {
|
|
|
15145
15145
|
margin-bottom: 16px;
|
|
15146
15146
|
background-color: #fefefe; }
|
|
15147
15147
|
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-header .component-table-with-overflow-cell {
|
|
15148
|
+
color: #323c32;
|
|
15148
15149
|
display: flex;
|
|
15149
15150
|
align-items: center;
|
|
15150
15151
|
justify-content: center;
|
|
@@ -15156,12 +15157,13 @@ h5 {
|
|
|
15156
15157
|
width: 100%; }
|
|
15157
15158
|
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-body .component-table-with-overflow-row {
|
|
15158
15159
|
display: flex; }
|
|
15159
|
-
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-body .component-table-with-overflow-row.disabled {
|
|
15160
|
+
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-body .component-table-with-overflow-row.disabled .component-table-with-overflow-cell {
|
|
15160
15161
|
color: #828a82;
|
|
15161
15162
|
background-color: #efefef; }
|
|
15162
15163
|
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-body .component-table-with-overflow-row:not(:last-child) .component-table-with-overflow-cell {
|
|
15163
15164
|
border-bottom: 1px solid #cdd3cd; }
|
|
15164
15165
|
.component-table-with-overflow .component-table-with-overflow-outer-table .component-table-with-overflow-table .component-table-with-overflow-body .component-table-with-overflow-row .component-table-with-overflow-cell {
|
|
15166
|
+
color: #323c32;
|
|
15165
15167
|
text-align: center;
|
|
15166
15168
|
vertical-align: middle;
|
|
15167
15169
|
display: flex;
|