isite 2025.8.8 → 2025.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
 
3
3
  --theme-color: #151515;
4
4
  --theme-color2: #2f8033;
5
- --font-family: Arabic, sans-serif, Tahoma, serif;
5
+ --font-family: 'Arabic', sans-serif, Tahoma, serif;
6
6
  --font-weight: normal;
7
7
  --font-size: 14px;
8
8
  --line-height: 1.5;
@@ -104,7 +104,7 @@
104
104
 
105
105
  --fieldset-border: 1px solid #151515;
106
106
  --fieldset-background: none;
107
- --fieldset-margin : 1% !important;
107
+ --fieldset-margin : 1%;
108
108
  --fieldset-padding : 5px;
109
109
  --legend-color: #fff;
110
110
  --legend-text-shadow: none;
@@ -2,8 +2,8 @@
2
2
  --theme-color: #317cb9;
3
3
  --theme-color2: #2f8033;
4
4
  --theme-color3: #3f51b5;
5
- --font-family: Arabic, English, sans-serif, Tahoma, serif;
6
- --bs-body-font-family: Arabic, English, sans-serif, Tahoma, serif;
5
+ --font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
6
+ --bs-body-font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
7
7
  --font-weight: normal;
8
8
  --font-size: 14px;
9
9
  --line-height: 1.5;
@@ -136,7 +136,7 @@
136
136
  --fieldset-border: none;
137
137
  --fieldset-border-radius : 10px;
138
138
  --fieldset-background: #e9ecef;
139
- --fieldset-margin : 1% !important;
139
+ --fieldset-margin : 1%;
140
140
  --fieldset-padding: 5px;
141
141
  --legend-color: #5a5a5a;
142
142
  --legend-text-shadow: none;