mirror of
https://github.com/penpot/penpot.git
synced 2025-07-22 04:47:12 +02:00
Merge pull request #5057 from penpot/eva-fix-css-compilation
🔧 Rearrange css files for compilation
This commit is contained in:
commit
eb720b053a
4 changed files with 14 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue