plataforma-fundacao-componentes 2.26.1 → 2.26.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/index.css +8 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2140,7 +2140,8 @@ h5 {
|
|
|
2140
2140
|
display: flex;
|
|
2141
2141
|
justify-content: center;
|
|
2142
2142
|
align-items: center;
|
|
2143
|
-
transition: background-color 0.3s ease, opacity 0.3s ease;
|
|
2143
|
+
transition: background-color 0.3s ease, opacity 0.3s ease;
|
|
2144
|
+
position: relative; }
|
|
2144
2145
|
.component-checkbox:not(:disabled), .component-checkbox:not(.component-checkbox[aria-disabled='true']) {
|
|
2145
2146
|
cursor: pointer; }
|
|
2146
2147
|
.component-checkbox:focus {
|
|
@@ -6180,9 +6181,12 @@ h5 {
|
|
|
6180
6181
|
overflow-y: auto;
|
|
6181
6182
|
overflow-y: overlay;
|
|
6182
6183
|
max-height: 140px; }
|
|
6183
|
-
.component-select-panel .component-select-options:last-child .component-select-single-option
|
|
6184
|
-
.component-select-panel .component-select-options:last-child .component-select-multiple-option
|
|
6185
|
-
|
|
6184
|
+
.component-select-panel .component-select-options:last-child .component-select-single-option,
|
|
6185
|
+
.component-select-panel .component-select-options:last-child .component-select-multiple-option {
|
|
6186
|
+
color: #323c32; }
|
|
6187
|
+
.component-select-panel .component-select-options:last-child .component-select-single-option:last-child,
|
|
6188
|
+
.component-select-panel .component-select-options:last-child .component-select-multiple-option:last-child {
|
|
6189
|
+
border-radius: 0 0 8px 8px; }
|
|
6186
6190
|
.component-select-panel .component-select-options .component-select-single-option {
|
|
6187
6191
|
min-height: 40px;
|
|
6188
6192
|
width: 100%;
|