aboutsummaryrefslogtreecommitdiffstats
path: root/code/ui/component
diff options
context:
space:
mode:
Diffstat (limited to 'code/ui/component')
-rw-r--r--code/ui/component/Box.razor7
-rw-r--r--code/ui/component/SmallBox.razor7
2 files changed, 4 insertions, 10 deletions
diff --git a/code/ui/component/Box.razor b/code/ui/component/Box.razor
index a1a88d3..ee0b1e4 100644
--- a/code/ui/component/Box.razor
+++ b/code/ui/component/Box.razor
@@ -1,8 +1,5 @@
-@using Sandbox.Razor
-@using Sandbox.UI;
-
@namespace MurderGame
-@inherits Panel
+@inherits Sandbox.UI.Panel
<style>
box {
@@ -14,4 +11,4 @@ box {
padding: 10px;
backdrop-filter-blur: 2px;
}
-</style>
+</style> \ No newline at end of file
diff --git a/code/ui/component/SmallBox.razor b/code/ui/component/SmallBox.razor
index f5775aa..2149da2 100644
--- a/code/ui/component/SmallBox.razor
+++ b/code/ui/component/SmallBox.razor
@@ -1,8 +1,5 @@
-@using Sandbox.Razor
-@using Sandbox.UI;
-
@namespace MurderGame
-@inherits Panel
+@inherits Sandbox.UI.Panel
<style>
smallbox {
@@ -14,4 +11,4 @@ smallbox {
padding: 5px;
backdrop-filter-blur: 2px;
}
-</style>
+</style> \ No newline at end of file