1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-06 06:15:22 +02:00

feat(app): create react button component [EE-1948] (#6022)

Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
This commit is contained in:
Marcelo Rydel 2021-11-16 05:33:01 -07:00 committed by GitHub
parent 6b91a813f0
commit 41993ad378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 432 additions and 2 deletions

View file

@ -600,7 +600,7 @@ a[ng-click] {
padding-top: 7px;
}
.tag {
.tag:not(.token) {
padding: 2px 6px;
color: white;
background-color: var(--blue-2);