Add/Edit request works

No longer a modal (#20)
This commit is contained in:
Daniel J. Summers
2018-08-17 20:59:57 -05:00
parent c0dd6b5dd6
commit d3aff4a110
8 changed files with 135 additions and 85 deletions

View File

@@ -61,8 +61,17 @@ a[role="button"] {
border-radius: .5rem;
background-color: whitesmoke;
}
a[role="button"] {
padding: .25rem;
}
button.primary,
a[role="button"].primary {
background-color: white;
border-width: 3px;
}
button:hover,
a[role="button"]:hover {
cursor: pointer;
background-color: #050;
color: white;
text-decoration: none;
@@ -132,4 +141,7 @@ a:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.material-icons {
vertical-align: middle;
}
</style>