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:
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user