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