plataforma-fundacao-componentes 2.22.27 → 2.22.28
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 +5 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -9694,8 +9694,10 @@ h5 {
|
|
|
9694
9694
|
display: flex;
|
|
9695
9695
|
flex-flow: column; }
|
|
9696
9696
|
.full-height-container .full-height-container-row-header {
|
|
9697
|
-
flex: 0 1 auto;
|
|
9697
|
+
flex: 0 1 auto;
|
|
9698
|
+
z-index: +2; }
|
|
9698
9699
|
.full-height-container .full-height-container-row-content {
|
|
9700
|
+
z-index: +1;
|
|
9699
9701
|
display: flex;
|
|
9700
9702
|
flex-flow: column;
|
|
9701
9703
|
flex: 1 1 auto;
|
|
@@ -9709,7 +9711,8 @@ h5 {
|
|
|
9709
9711
|
padding-left: 12px;
|
|
9710
9712
|
padding-right: 12px; }
|
|
9711
9713
|
.full-height-container .full-height-container-row-footer {
|
|
9712
|
-
flex: 0 1 auto;
|
|
9714
|
+
flex: 0 1 auto;
|
|
9715
|
+
z-index: +2; }
|
|
9713
9716
|
|
|
9714
9717
|
@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");
|
|
9715
9718
|
@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");
|