https://github.com/totvs/po-theme-totvs
PO Theme - Totvs Default Theme
https://github.com/totvs/po-theme-totvs
Last synced: about 1 year ago
JSON representation
PO Theme - Totvs Default Theme
- Host: GitHub
- URL: https://github.com/totvs/po-theme-totvs
- Owner: totvs
- License: mit
- Created: 2019-10-10T19:18:29.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T13:35:02.000Z (about 1 year ago)
- Last Synced: 2025-06-30T14:38:51.031Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 445 KB
- Stars: 41
- Watchers: 18
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PO Theme - Totvs Default Theme
Tema padrão da Totvs para aplicações desenvolvidas com [PO UI](http://po-ui.io).
:warning: __Uso exclusivo dos produtos TOTVS e Clientes.__
### Como usar o tema
O **PO UI** possui o seu próprio tema, mas disponibilizamos um tema com os padrões da TOTVS.
Para utilizá-lo, instale o pacote `@totvs/po-theme` conforme abaixo:
```
npm i @totvs/po-theme
```
Em seguida, atualize o arquivo `angular.json` para utilizar o tema.
```json
"styles": [
"node_modules/@totvs/po-theme/css/po-theme-default-variables.min.css",
"node_modules/@totvs/po-theme/css/po-theme-default.min.css",
"node_modules/@po-ui/style/css/po-theme-core.min.css",
]
```
> Leia mais sobre [como criar seu próprio tema customizado do PO UI][create-theme-customization].
[create-theme-customization]: https://po-ui.io/guides/create-theme-customization