Merge pull request #9241 from Linzolle/oracleui

Ports Oracle UI framework, and updates UI for paper and disposal bins.
This commit is contained in:
kevinz000
2020-11-02 18:14:44 -03:00
committed by Dip
parent 164bff70bb
commit a86199c99f
15 changed files with 1141 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
/datum/asset/simple/oui_theme_nano
assets = list(
// JavaScript
"sui-nano-common.js" = 'html/oracle_ui/themes/nano/sui-nano-common.js',
"sui-nano-jquery.min.js" = 'html/oracle_ui/themes/nano/sui-nano-jquery.min.js',
// Stylesheets
"sui-nano-common.css" = 'html/oracle_ui/themes/nano/sui-nano-common.css',
)