Merge pull request #5057 from penpot/eva-fix-css-compilation

🔧 Rearrange css files for compilation
This commit is contained in:
Belén Albeza 2024-09-06 14:45:52 +02:00 committed by GitHub
commit eb720b053a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 7 deletions

View file

@ -519,10 +519,8 @@
@include bodySmallTypography;
color: var(--modal-title-foreground-color);
}
// TODO: This fix is temporary, the error is caused by the
// cascading order of the compiled css files.
// https://tree.taiga.io/project/penpot/task/8658
.custom-input-checkbox.custom-input-checkbox {
.custom-input-checkbox {
align-items: flex-start;
}

View file

@ -372,7 +372,6 @@
[:& fm/image-radio-buttons {:options start-options
:img-width "159px"
:img-height "120px"
:class (stl/css :image-radio)
:name :start-with
:on-change on-start-change}]