yew/examples/keyed_list/styles.css
Huang Chen-Yi 6ed5365be5
Improve the "keyed_list" example (#1650)
* Add faker data

* Style the buttons

* Style the input and person list

* Show the rendering duration by noderef

* Format the code

* Fix the grammar issue

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

* Add the space after formatting

Co-authored-by: Simon <simon@siku2.io>

* Format the dependencies and remove dead code

* Refactor the main view

* Format the html

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
Co-authored-by: Simon <simon@siku2.io>
2020-11-22 22:59:26 +01:00

17 lines
147 B
CSS

.component-person {
color: blue;
}
.basic-person {
color: red;
}
.btn_size {
width: 100%;
height: 75px;
}
.card_style {
margin:5px;
}