mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Auth Framework, Part 2
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.
This commit is contained in:
12
public/assets/css/front/index-den.css
Normal file
12
public/assets/css/front/index-den.css
Normal file
@ -0,0 +1,12 @@
|
||||
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);
|
||||
}
|
@ -3,3 +3,4 @@
|
||||
@import url("typography.css");
|
||||
@import url("frame.css");
|
||||
@import url("index.css");
|
||||
@import url("index-den.css");
|
||||
|
Reference in New Issue
Block a user