Skip to content
Snippets Groups Projects
Unverified Commit 092ca977 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Simplifie code des styles

parent 156972a1
Branches
Tags
1 merge request!307Arborescence des paramètres
......@@ -94,18 +94,17 @@
<div bind:this={clipboardElement}></div>
<!--scroll-mt-60-->
<h1
bind:this={htmlElement}
use:viewport
onenterViewport={() => (isElementInViewport = true)}
class="mr-4 font-serif text-le-gris-dispositif-dark {parameter.class !==
ParameterClass.Node
? 'w-full rounded-t-md bg-gray-100 pt-1 text-base italic text-le-gris-dispositif-dark'
? 'w-full rounded-t-md bg-gray-100 pt-1 italic'
: depth === 0
? 'my-1 text-base'
? 'my-1 font-bold'
: depth === 1
? 'my-1 text-base'
? 'my-1 '
: depth === 2
? 'my-1 text-sm'
: 'my-1 text-sm'}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment