include style to csc and redux

This commit is contained in:
Tykayn 2025-08-08 11:34:08 +02:00 committed by tykayn
parent 3534919502
commit bb0e44eb55
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4"> <module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/ng-demo" />
</content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>

View file

@ -0,0 +1,4 @@
.top-navigation{
background: #ccc;
color: white;
}