Skip to content

Commit 5160353

Browse files
update release 3.0.0 (#1686)
Co-authored-by: Daniel Leroux <daniel.leroux@siemens.com>
1 parent b27cedb commit 5160353

File tree

3 files changed

+16085
-5599
lines changed

3 files changed

+16085
-5599
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 Siemens AG
3+
*
4+
* SPDX-License-Identifier: MIT
5+
*
6+
* This source code is licensed under the MIT license found in the
7+
* LICENSE file in the root directory of this source tree.
8+
*/
9+
/*
10+
* Styles get overwritten by html-test-app css files each build or dev task.
11+
* If you want to modify the example styles do this only inside the html-test-app
12+
*/
13+
14+
ix-input {
15+
margin-bottom: 1rem;
16+
width: 11rem;
17+
}

packages/angular-standalone-test-app/src/preview-examples/input-types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ import {
1818
selector: 'app-example',
1919
imports: [IxInput, IxTextValueAccessorDirective],
2020
templateUrl: './input-types.html',
21+
styleUrls: ['./input-types.css'],
2122
})
2223
export default class InputTypes {}

0 commit comments

Comments
 (0)