phase5: add saved searches, watchlist, and authenticated htmx flows
This commit is contained in:
@ -114,6 +114,16 @@ main {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.message.success {
|
||||
background: #e9f9ef;
|
||||
border-color: #bde8ca;
|
||||
}
|
||||
|
||||
.message.error {
|
||||
background: #fff0f0;
|
||||
border-color: #f0b8b8;
|
||||
}
|
||||
|
||||
.mt-16 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@ -205,3 +215,9 @@ th {
|
||||
border-radius: 10px;
|
||||
padding: 0.8rem;
|
||||
}
|
||||
|
||||
.inline-label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.35rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user