mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Modify vote component
This commit is contained in:
parent
8215dfab78
commit
280783c56b
@ -16,7 +16,7 @@
|
|||||||
<div class="description">
|
<div class="description">
|
||||||
{{choice.text}}
|
{{choice.text}}
|
||||||
</div>
|
</div>
|
||||||
<h3>{{choice.date | date:'EEEE'}} <span>{{choice.date | date:'dd'}}</span>{{choice.date | date:'LLLL'}} </h3>
|
<h3>{{choice.date | date:'EEEE'}} <span>{{choice.date | date:'dd'}}</span> {{choice.date | date:'LLLL'}} </h3>
|
||||||
<h3>08:00</h3>
|
<h3>08:00</h3>
|
||||||
</div>
|
</div>
|
||||||
<div id="nombre_vote">
|
<div id="nombre_vote">
|
||||||
|
@ -38,3 +38,15 @@ border-radius: 50%;
|
|||||||
width:48px;
|
width:48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
.vote button:hover{
|
||||||
|
border-color: #807e7e;
|
||||||
|
transition:0,5s;
|
||||||
|
}
|
||||||
|
.vote button:focus{
|
||||||
|
border:3px solid #bf83c2;
|
||||||
|
outline:0;
|
||||||
|
}
|
||||||
|
.nombre_vote img{
|
||||||
|
vertical-align: middle;
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
@ -11,6 +11,7 @@ $dusty-orange: #f18647;
|
|||||||
$violet: #bd10e0;
|
$violet: #bd10e0;
|
||||||
$red: #cd0000;
|
$red: #cd0000;
|
||||||
$cool-grey: #aeafb1;
|
$cool-grey: #aeafb1;
|
||||||
|
$warm-grey:#807e7e;
|
||||||
|
|
||||||
// interpretations in app
|
// interpretations in app
|
||||||
$primary_color: $ugly-purple;
|
$primary_color: $ugly-purple;
|
||||||
@ -19,6 +20,7 @@ $font_color: $black;
|
|||||||
$logo_color: $dark-lavender;
|
$logo_color: $dark-lavender;
|
||||||
$logo_color_2: $camo;
|
$logo_color_2: $camo;
|
||||||
$choice_select_border_color: $cool-grey;
|
$choice_select_border_color: $cool-grey;
|
||||||
|
$hover-color:$warm-grey;
|
||||||
|
|
||||||
// FONT
|
// FONT
|
||||||
$default_font : "pt_sans";
|
$default_font : "pt_sans";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user