Skip to content

Add a possibility to issue warnings to the user #11

@remys

Description

@remys

May it is useful to add the following styling rule to the framework:
p[warning] {
background-color:yellow;
margin:0;
padding:0;
}
p[warning]:before {
content:"⚠️";
}
This will apply a yellow background colour, and add the warning symbol in front of the paragraph.
Example

Your password is invalid!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions