Merge pull request #490 from Irev-Dev/franknoirot/details-styles
style tweaks to description area within the Project details view.
This commit was merged in pull request #490.
This commit is contained in:
@@ -41,7 +41,7 @@ const KeyValue = ({
|
|||||||
{canEdit &&
|
{canEdit &&
|
||||||
(isEditable ? (
|
(isEditable ? (
|
||||||
<button
|
<button
|
||||||
className="ml-4 grid grid-flow-col-dense p-px px-2 gap-2 bg-ch-purple-400 bg-opacity-30 hover:bg-opacity-80 rounded-sm border border-ch-purple-400"
|
className="font-fira-sans items-center ml-4 grid grid-flow-col-dense p-px px-2 gap-2 bg-ch-purple-400 bg-opacity-30 hover:bg-opacity-80 rounded-sm border border-ch-purple-400"
|
||||||
id="rename-button"
|
id="rename-button"
|
||||||
onClick={onEdit}
|
onClick={onEdit}
|
||||||
>
|
>
|
||||||
@@ -170,7 +170,7 @@ const ProjectProfile = ({
|
|||||||
id="description-wrap"
|
id="description-wrap"
|
||||||
name="description"
|
name="description"
|
||||||
className={
|
className={
|
||||||
'markdown-overrides rounded shadow-md bg-white pl-6 pb-2 mt-2' +
|
'markdown-overrides rounded-sm pb-2 mt-2' +
|
||||||
(isEditable ? ' min-h-md' : '')
|
(isEditable ? ' min-h-md' : '')
|
||||||
}
|
}
|
||||||
onClick={(e) =>
|
onClick={(e) =>
|
||||||
|
|||||||
@@ -17,23 +17,23 @@
|
|||||||
@apply text-lg font-bold;
|
@apply text-lg font-bold;
|
||||||
}
|
}
|
||||||
.markdown-overrides {
|
.markdown-overrides {
|
||||||
@apply bg-gray-200 border border-gray-300;
|
@apply bg-transparent;
|
||||||
}
|
}
|
||||||
.markdown-overrides div {
|
.markdown-overrides div {
|
||||||
@apply bg-gray-200 text-indigo-800;
|
@apply text-ch-gray-300 bg-transparent;
|
||||||
}
|
}
|
||||||
.markdown-overrides div a {
|
.markdown-overrides div a {
|
||||||
@apply bg-gray-200 text-indigo-500;
|
@apply text-ch-pink-500 underline bg-transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-overrides div h3 {
|
.markdown-overrides div h3 {
|
||||||
@apply text-xl text-indigo-800;
|
@apply text-xl;
|
||||||
}
|
}
|
||||||
.markdown-overrides div h2 {
|
.markdown-overrides div h2 {
|
||||||
@apply text-2xl text-indigo-800;
|
@apply text-2xl;
|
||||||
}
|
}
|
||||||
.markdown-overrides div h1 {
|
.markdown-overrides div h1 {
|
||||||
@apply text-3xl text-indigo-800;
|
@apply text-3xl;
|
||||||
}
|
}
|
||||||
.markdown-overrides ol {
|
.markdown-overrides ol {
|
||||||
@apply list-decimal;
|
@apply list-decimal;
|
||||||
|
|||||||
Reference in New Issue
Block a user