allow to create dm and blossom lists
give a couple templates for happy frens
This commit is contained in:
parent
57a252b983
commit
6534cad6eb
7 changed files with 729 additions and 204 deletions
12
src/App.css
12
src/App.css
|
|
@ -68,6 +68,7 @@ footer {
|
|||
/* Form Styles */
|
||||
.form-group {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
|
|
@ -334,3 +335,14 @@ footer {
|
|||
border-radius: 4px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* Community Templates */
|
||||
.active-template {
|
||||
background: #f0ebff !important;
|
||||
border-color: #7c4dff !important;
|
||||
color: #7c4dff !important;
|
||||
}
|
||||
|
||||
.active-template:hover {
|
||||
background: #e8e0ff !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue