$
This commit is contained in:
parent
81de6cefda
commit
4c12f72db6
3
src/components/global/localisationpath/loc.riot
Normal file
3
src/components/global/localisationpath/loc.riot
Normal file
@ -0,0 +1,3 @@
|
||||
<loc>
|
||||
<p>BUT - PRODUCTION - Informatique</p>
|
||||
</loc>
|
@ -1,3 +0,0 @@
|
||||
<path>
|
||||
<p>Salut</p>
|
||||
</path>
|
@ -4,7 +4,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(1 1)" stroke-width="2">
|
||||
<circle stroke-opacity=".5" cx="18" cy="18" r="18"/>
|
||||
<path d="M36 18c0-9.94-8.06-18-18-18">
|
||||
<localisationpath d="M36 18c0-9.94-8.06-18-18-18">
|
||||
<animateTransform
|
||||
attributeName="transform"
|
||||
type="rotate"
|
||||
@ -12,7 +12,7 @@
|
||||
to="360 18 18"
|
||||
dur="1s"
|
||||
repeatCount="indefinite"/>
|
||||
</path>
|
||||
</localisationpath>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
@ -27,11 +27,21 @@
|
||||
border-radius: 10px;
|
||||
|
||||
}
|
||||
|
||||
#main-container
|
||||
#top
|
||||
loc {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 200px;
|
||||
height: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="main-container">
|
||||
<div id="top">
|
||||
<path />
|
||||
<loc />
|
||||
</div>
|
||||
|
||||
<div id="right">
|
||||
|
Loading…
Reference in New Issue
Block a user