mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
* 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>
17 lines
147 B
CSS
17 lines
147 B
CSS
.component-person {
|
|
color: blue;
|
|
}
|
|
|
|
.basic-person {
|
|
color: red;
|
|
}
|
|
|
|
.btn_size {
|
|
width: 100%;
|
|
height: 75px;
|
|
}
|
|
|
|
.card_style {
|
|
margin:5px;
|
|
}
|