Browse Source

remove css

dinhlongviolin1 6 days ago
parent
commit
61df55a425

+ 0 - 1
frontend/taipy-gui/base/src/components/Taipy/TaipyElement.tsx

@@ -11,7 +11,6 @@ import { emptyArray } from "../../../../src/utils";
 import ErrorFallback from "../../../../src/utils/ErrorBoundary";
 import { getRegisteredComponents } from "../../../../src/components/Taipy";
 import { renderError, unregisteredRender } from "../../../../src/components/Taipy/Unregistered";
-import "./taipyelements.css";
 
 interface TaipyElementProps {
     editMode: boolean;

+ 0 - 28
frontend/taipy-gui/base/src/components/Taipy/taipyelements.css

@@ -1,28 +0,0 @@
-.taipy-designer-widget {
-    width: 100% !important;
-    height: 100% !important;
-}
-
-.taipy-slider {
-    width: 100% !important;
-    height: 100% !important;
-    margin: 0 !important;
-    padding-left: 10px;
-    padding-right: 10px;
-}
-
-.taipy-button {
-    width: 100% !important;
-    height: 100% !important;
-}
-
-.taipy-input {
-    width: 100% !important;
-    height: 100% !important;
-    max-width: initial !important;
-    margin: 0 !important;
-}
-
-.taipy-input > div {
-    height: 100% !important;
-}