Skip to content

Commit ea12b3f

Browse files
committed
Minor fixes
Signed-off-by: archups <[email protected]>
1 parent 6052dba commit ea12b3f

File tree

6 files changed

+82
-86
lines changed
  • content/kubermatic

6 files changed

+82
-86
lines changed

content/kubermatic/main/architecture/concept/kkp-concepts/user-interface/theming/with-src/_index.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ All available themes can be found inside `src/assets/themes` directory. Follow t
3434
]
3535
}
3636
```
37-
3837
- Make sure that theme is registered in the `angular.json` file before running the application locally. It is done for `custom` theme by default.
3938
- Run the application using `npm start`, open the `Account` view under `User settings`, select your new theme and update `custom.scss` according to your needs.
4039
It is possible to override basically everything inside this theme file. In example if you want to change background color of a `mat-form-field` do this:

content/kubermatic/main/references/setup-checklist/_index.en.md

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

content/kubermatic/main/tutorials-howtos/dashboard-customization/_index.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ All available themes can be found inside `src/assets/themes` directory. Follow t
5959
]
6060
}
6161
```
62-
6362
- Run the application using `npm start`, open the `Account` view under `User settings`, select your new theme and update `custom.scss` according to your needs.
6463
It is possible to override basically everything inside this theme file. In example if you want to change background color of a `mat-form-field` do this:
6564
```scss
@@ -122,7 +121,7 @@ assume that we have downloaded a `light.css` file and will be preparing a new th
122121
- Rename `light.css` to `solar.css`.
123122
- Update `solar.css` file according to your needs. Anything in the file can be changed or new rules can be added.
124123
In case you are changing colors, remember to update it in the whole file.
125-
- Mount new `solar.css` file to `dist/assets/themes` directory inside the application container. **Make sure not to override whole irectory.**
124+
- Mount new `solar.css` file to `dist/assets/themes` directory inside the application container. **Make sure not to override whole directory.**
126125
- Update `config.json` file inside `dist/config` directory and register the new theme.
127126

128127
```json

content/kubermatic/v2.28/architecture/concept/kkp-concepts/user-interface/theming/with-src/_index.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ All available themes can be found inside `src/assets/themes` directory. Follow t
3434
]
3535
}
3636
```
37-
3837
- Make sure that theme is registered in the `angular.json` file before running the application locally. It is done for `custom` theme by default.
3938
- Run the application using `npm start`, open the `Account` view under `User settings`, select your new theme and update `custom.scss` according to your needs.
4039
It is possible to override basically everything inside this theme file. In example if you want to change background color of a `mat-form-field` do this:

0 commit comments

Comments
 (0)