https://github.com/totvs/po-theme-bemacash
PO Theme - Totvs Bemacash Theme
https://github.com/totvs/po-theme-bemacash
Last synced: 17 days ago
JSON representation
PO Theme - Totvs Bemacash Theme
- Host: GitHub
- URL: https://github.com/totvs/po-theme-bemacash
- Owner: totvs
- License: mit
- Created: 2019-10-10T19:46:03.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-08-04T22:59:56.000Z (almost 6 years ago)
- Last Synced: 2025-06-19T04:03:36.505Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PO Theme - Totvs Bemacash Theme
Tema da Bemacash para aplicações desenvolvidas com [PO UI](http://po-ui.io).
### Como usar o tema
O **PO UI** possui o seu próprio tema, mas disponibilizamos um dos tema usados pela equipe do
[Bemacash][bemacash].
Para utilizá-lo, instale o pacote `@totvs/po-bemacash-theme` conforme abaixo:
```
npm i --save @totvs/po-bemacash-theme
```
Em seguida, atualize o arquivo `angular.json` para utilizar o tema.
```json
"styles": [
"node_modules/@totvs/po-bemacash-theme/css/po-theme-custom.min.css"
]
```
> Leia mais sobre [como criar seu próprio tema customizado do PO UI][create-theme-customization].
[bemacash]: https://bemacash.com.br
[create-theme-customization]: https://po-ui.io/guides/create-theme-customization