plataforma-fundacao-componentes 2.23.27 → 2.23.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 +8 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6183,14 +6183,17 @@ header.component-header {
|
|
|
6183
6183
|
width: 100%; } }
|
|
6184
6184
|
.informativo-assembleias-com-imagem .informativo-assembleias-com-imagem-button.filled {
|
|
6185
6185
|
width: 100%;
|
|
6186
|
-
|
|
6187
|
-
justify-content: center; }
|
|
6186
|
+
margin-left: 10px; }
|
|
6188
6187
|
.informativo-assembleias-com-imagem .informativo-assembleias-com-imagem-button.filled button {
|
|
6189
6188
|
padding: 10px 60px;
|
|
6190
6189
|
border-radius: 6px; }
|
|
6191
|
-
@media screen and (max-width:
|
|
6192
|
-
.informativo-assembleias-com-imagem .informativo-assembleias-com-imagem-button.filled
|
|
6193
|
-
|
|
6190
|
+
@media screen and (max-width: 767.98px) {
|
|
6191
|
+
.informativo-assembleias-com-imagem .informativo-assembleias-com-imagem-button.filled {
|
|
6192
|
+
display: flex;
|
|
6193
|
+
justify-content: center;
|
|
6194
|
+
margin-left: 0px; }
|
|
6195
|
+
.informativo-assembleias-com-imagem .informativo-assembleias-com-imagem-button.filled button {
|
|
6196
|
+
width: 100%; } }
|
|
6194
6197
|
|
|
6195
6198
|
:export {
|
|
6196
6199
|
widthXs: 575.98px;
|