Adding components and assets.
Commiting to try the library with the target dioxus project.
This commit is contained in:
27
bard/assets/css/blog_list.css
Normal file
27
bard/assets/css/blog_list.css
Normal file
@ -0,0 +1,27 @@
|
||||
.blog_list_style
|
||||
{
|
||||
.blog_list
|
||||
{
|
||||
list-style: none;
|
||||
|
||||
.blog_item
|
||||
{
|
||||
margin-bottom: 50px;
|
||||
|
||||
h1
|
||||
{
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user