mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
Auth class is back up and running to handle user authorizaion as well as session managment. Implemented basic usage on admin index class just for an example. Added a couple of new template files and css to start defining the overall style of pages and UI.
13 lines
242 B
CSS
13 lines
242 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);
|
|
}
|