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:
parent
99625cd35f
commit
d678b155ba
22 changed files with 290 additions and 303 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue