Added iconoir to project.
This commit is contained in:
parent
083d6ae2ac
commit
4242e5d5e5
@ -25,7 +25,9 @@ add_to_apps_screen = [
|
||||
# ------------------
|
||||
|
||||
# include js, css files in header of desk.html
|
||||
app_include_css = "/assets/snw_ui/css/snw_ui.css"
|
||||
app_include_css = ["/assets/snw_ui/css/snw_ui.css",
|
||||
"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"]
|
||||
|
||||
# app_include_js = "/assets/snw_ui/js/snw_ui.js"
|
||||
|
||||
# include js, css files in header of web template
|
||||
|
||||
@ -16,7 +16,6 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100vw;
|
||||
gap: 50px;
|
||||
}
|
||||
|
||||
#display-content {
|
||||
@ -45,7 +44,7 @@
|
||||
#client-content {
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
width: 95%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user