forked from siemens/ix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15c75d5
commit bc56a49
Showing
4 changed files
with
68 additions
and
24 deletions.
There are no files selected for viewing
23 changes: 17 additions & 6 deletions
23
packages/angular-test-app/src/preview-examples/form-layout-grid.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
.layout-grid-example { | ||
ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} | ||
/* | ||
* SPDX-FileCopyrightText: 2024 Siemens AG | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* | ||
* Styles get overwritten by html-test-app css files each build or dev task. | ||
* If you want to modify the example styles do this only inside the html-test-app | ||
*/ | ||
|
||
.layout-grid-example ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} |
23 changes: 17 additions & 6 deletions
23
packages/html-test-app/src/preview-examples/form-layout-grid.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
.layout-grid-example { | ||
ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} | ||
/* | ||
* SPDX-FileCopyrightText: 2024 Siemens AG | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* | ||
* Styles get overwritten by html-test-app css files each build or dev task. | ||
* If you want to modify the example styles do this only inside the html-test-app | ||
*/ | ||
|
||
.layout-grid-example ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} |
23 changes: 17 additions & 6 deletions
23
packages/react-test-app/src/preview-examples/form-layout-grid.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
.layout-grid-example { | ||
ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} | ||
/* | ||
* SPDX-FileCopyrightText: 2024 Siemens AG | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* | ||
* Styles get overwritten by html-test-app css files each build or dev task. | ||
* If you want to modify the example styles do this only inside the html-test-app | ||
*/ | ||
|
||
.layout-grid-example ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} |
23 changes: 17 additions & 6 deletions
23
packages/vue-test-app/src/preview-examples/form-layout-grid.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
.layout-grid-example { | ||
ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} | ||
/* | ||
* SPDX-FileCopyrightText: 2024 Siemens AG | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* | ||
* Styles get overwritten by html-test-app css files each build or dev task. | ||
* If you want to modify the example styles do this only inside the html-test-app | ||
*/ | ||
|
||
.layout-grid-example ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} |