1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

fix(teasers): updated muted styles from qa feedback [EE-6035] (#10390)

* fix(teasers): updated muted styles from qa feedback [EE-6035]
This commit is contained in:
Ali 2023-09-28 11:32:58 +01:00 committed by GitHub
parent 99625cd35f
commit d678b155ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 290 additions and 303 deletions

View file

@ -1,6 +1,6 @@
.be-indicator {
@apply border-solid border border-gray-6;
@apply text-gray-6 text-xs;
@apply border border-solid border-gray-6;
@apply text-xs text-gray-6;
border-radius: 15px;
padding: 5px 10px;
font-weight: 400;
@ -23,5 +23,5 @@
}
.be-indicator-container {
@apply border-solid border border-gray-6;
@apply relative;
}