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.
Files changed (2) hide show
  1. package/dist/index.css +8 -5
  2. 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
- display: flex;
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: 575.98px) {
6192
- .informativo-assembleias-com-imagem .informativo-assembleias-com-imagem-button.filled button {
6193
- width: 100%; } }
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plataforma-fundacao-componentes",
3
- "version": "2.23.27",
3
+ "version": "2.23.28",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Guvidaletti",
6
6
  "license": "MIT",