feat: team environments (#2512)

Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
Co-authored-by: islamzeki <islamzeki@users.noreply.github.com>
Co-authored-by: Jesvin Jose <aitchnyu@users.noreply.github.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Nivedin
2022-10-07 22:05:39 +05:30
committed by GitHub
parent c35a85db12
commit a568610c28
28 changed files with 1886 additions and 227 deletions

View File

@@ -122,6 +122,7 @@ a {
.cm-tooltip {
.tippy-box {
@apply fixed;
@apply inline-flex;
@apply -mt-6;
}
}
@@ -135,6 +136,7 @@ a {
@apply truncate;
@apply shadow;
@apply leading-body;
@apply items-center;
font-size: 86%;
kbd {
@@ -152,6 +154,13 @@ a {
.tippy-svg-arrow svg {
@apply fill-tooltip;
}
.env-icon {
@apply inline-flex;
@apply items-center;
@apply mr-1;
@apply text-accentDark;
}
}
.tippy-box[data-theme="popover"] {