26f3cbe994
Bulk uploading has been added and some inconsistencies in the templates have been addressed. Still needs work but it's starting to feel like a cohesive experience. With the base data entry funcationality in place, now really polishing can begin as well as establishing what roles can do what. Smoothing out entry editing will be addressed as well.
28 lines
489 B
CSS
28 lines
489 B
CSS
section[role="den-login"] {
|
|
padding: 30px;
|
|
width: 300px;
|
|
color: var(--highlight);
|
|
}
|
|
|
|
section[role="den-login"] div[role="system-notice"] {
|
|
border-radius: 3px;
|
|
padding: 3px;
|
|
background: var(--highlight);
|
|
color: var(--primary);
|
|
}
|
|
|
|
section[role="den-index"],
|
|
section[role="loc-index"] {
|
|
padding: 20px;
|
|
}
|
|
|
|
section a {
|
|
color: var(--white);
|
|
border-bottom: 1px solid var(--highlight);
|
|
}
|
|
|
|
section a:hover {
|
|
border-bottom: 1px solid var(--secondary);
|
|
padding-bottom: 2px;
|
|
}
|