Move tooltip copy inline
This commit is contained in:
parent
9dcbb814de
commit
9d16c6da5c
@ -18,7 +18,14 @@
|
|||||||
|
|
||||||
.icon-tooltip {
|
.icon-tooltip {
|
||||||
margin: -$gap;
|
margin: -$gap;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--grow {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,14 +40,12 @@
|
|||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="panel__heading panel__heading--grow">
|
<div class="panel__heading panel__heading--grow">
|
||||||
<h1>Add a new project</h1>
|
<h1>Add a new project</h1>
|
||||||
{{ Tooltip(
|
|
||||||
"AT-AT allows you to organize your workspace into multiple projects, each of which may have environments.",
|
|
||||||
title="learn more"
|
|
||||||
)}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="panel__content">
|
<div class="panel__content">
|
||||||
|
<p>
|
||||||
|
AT-AT allows you to organize your workspace into multiple projects, each of which may have environments.
|
||||||
|
</p>
|
||||||
{{ TextInput(form.name) }}
|
{{ TextInput(form.name) }}
|
||||||
{{ TextInput(form.description, paragraph=True) }}
|
{{ TextInput(form.description, paragraph=True) }}
|
||||||
</div>
|
</div>
|
||||||
@ -62,12 +60,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="block-list project-list-item">
|
<div class="block-list project-list-item">
|
||||||
<header class="block-list__header">
|
<header class="block-list__header block-list__header--grow">
|
||||||
<h2 class="block-list__title">Project Environments</h2>
|
<h2 class="block-list__title">Project Environments</h2>
|
||||||
{{ Tooltip(
|
<p>
|
||||||
"Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.",
|
Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.
|
||||||
title="learn more"
|
</p>
|
||||||
)}}
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user