-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix: django-cms-forms were unstyled in demo (#268)
- Loading branch information
1 parent
793c441
commit 0ba9a5a
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
/* FAQ: c-form.css styles s-form and django-cms-forms */ | ||
@import url("./c-form.css"); | ||
@import url("./c-form--cms.css"); | ||
|
||
@import url("./django-cms-forms.hacks.css"); | ||
@import url("./django-cms-forms.selectors.css"); | ||
|
||
/* No other styles necessary, because c-form supports s-form selectors */ | ||
/* Few other styles necessary, because c-form supports s-form selectors */ | ||
/* SEE ../components/c-form.css */ | ||
/* SEE: ../tools/selectors.form.css */ | ||
|
||
/* To ensure */ | ||
/* To re-order plugin elements to match order of such elements in `c-form` */ | ||
:--cms-form__field > :--cms-form__errors { order: 1; } | ||
:--cms-form__field > :--cms-form__help { order: 2; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters