aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesSection.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-11 17:04:49 -0500
committerbobzel <zzzman@gmail.com>2023-12-11 17:04:49 -0500
commit07c30aed69dfa810ddb0b861ae2dc8e8f3a27356 (patch)
tree678a0855b169eb88fdc574fd49481ee6e57b12de /src/client/views/PropertiesSection.scss
parent936aa21fb576472e321a9af976d5da7b75292511 (diff)
fixed includes of scss globals into typescript files.
Diffstat (limited to 'src/client/views/PropertiesSection.scss')
-rw-r--r--src/client/views/PropertiesSection.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/views/PropertiesSection.scss b/src/client/views/PropertiesSection.scss
index 321b6300c..3f92a70f8 100644
--- a/src/client/views/PropertiesSection.scss
+++ b/src/client/views/PropertiesSection.scss
@@ -1,11 +1,10 @@
-@import './global/globalCssVariables.scss';
+@import './global/globalCssVariables.module.scss';
.propertiesView-section {
-
.propertiesView-content {
padding: 10px;
}
-
+
.propertiesView-sectionTitle {
text-align: center;
display: flex;
@@ -14,7 +13,7 @@
font-weight: bold;
justify-content: space-between;
align-items: center;
-
+
.propertiesView-sectionTitle-icon {
width: 20px;
height: 20px;