[webpack.ue.manage] CREATE css minmod
This commit is contained in:
parent
dc647f567f
commit
39635cb5fa
|
@ -4,8 +4,21 @@
|
||||||
|
|
||||||
<div class='list container' data-anim-incoming='1' :data-anim-bounce='gstore.nav_anim.out?1:0'>
|
<div class='list container' data-anim-incoming='1' :data-anim-bounce='gstore.nav_anim.out?1:0'>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FILTERS -->
|
||||||
|
<section class='filter'>
|
||||||
|
|
||||||
|
<div>enseignant</div>
|
||||||
|
<div class='null'></div>
|
||||||
|
<div>volume horaire</div>
|
||||||
|
<div>formations</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CREATE -->
|
<!-- CREATE -->
|
||||||
<section class='cours'
|
<section class='create'
|
||||||
data-anim-incoming='1'
|
data-anim-incoming='1'
|
||||||
:data-anim-bounce='gstore.nav_anim.out?1:0'>
|
:data-anim-bounce='gstore.nav_anim.out?1:0'>
|
||||||
|
|
||||||
|
@ -26,20 +39,11 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class='filter'></section>
|
<section class='filter'></section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- FILTERS -->
|
|
||||||
<section class='filter'>
|
|
||||||
|
|
||||||
<div>enseignant</div>
|
|
||||||
<div class='null'></div>
|
|
||||||
<div>volume horaire</div>
|
|
||||||
<div>formations</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- COURS -->
|
<!-- COURS -->
|
||||||
<section class='cours'
|
<section class='cours'
|
||||||
v-for='(c,i) in gstore.manage.cours'
|
v-for='(c,i) in gstore.manage.cours'
|
||||||
|
|
|
@ -57,6 +57,8 @@
|
||||||
|
|
||||||
&:hover{ background-color: darken(#fff,1%); }
|
&:hover{ background-color: darken(#fff,1%); }
|
||||||
|
|
||||||
|
&.create:hover{ border-left-color: $form-valid-color; }
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.cours:hover{ border-left-color: $form-search-color; }
|
&.cours:hover{ border-left-color: $form-search-color; }
|
||||||
&.td:hover{ border-left-color: $form-valid-color; }
|
&.td:hover{ border-left-color: $form-valid-color; }
|
||||||
|
|
Loading…
Reference in New Issue