summaryrefslogtreecommitdiffstats
path: root/web/src/style.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-05Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez1-162/+0
2019-12-30Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez1-1/+1
It allows to specify the amount of available space an element should take relative to other elements.
2019-11-23Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez1-0/+162
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation