diff --git a/src/app/pages/voting/voting.component.html b/src/app/pages/voting/voting.component.html index 03b09568..d74e3a48 100644 --- a/src/app/pages/voting/voting.component.html +++ b/src/app/pages/voting/voting.component.html @@ -1,10 +1,13 @@ -

Nom du sondage

-

crée par piou

-

Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark Skitty Rock Luxio Surskit. Glacier Badge Fuchsia City Team Rocket Ferroseed Cranidos Exeggcute Entei. Dig Thunder Badge Exeggcute Mightyena Milotic Mantyke Drapion. Hydro Pump Silver Treecko Missingno Growlithe Wingull Registeel.

+

Nom du sondage

+ +

crée par piou

+ +

Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark Skitty Rock Luxio Surskit. Glacier Badge Fuchsia City Team Rocket Ferroseed Cranidos Exeggcute Entei. Dig Thunder Badge Exeggcute Mightyena Milotic Mantyke Drapion. Hydro Pump Silver Treecko Missingno Growlithe Wingull Registeel.

+
- +
@@ -22,11 +25,13 @@ le 26 novembre 2019 Rock Luxio Surskit. Glacier Badge

-

+

+

Bulbizarre le 23 décembre 2019 Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark Skitty Rock Luxio Surskit. Glacier Badge

+

Laisser un commentaire

diff --git a/src/app/pages/voting/voting.component.scss b/src/app/pages/voting/voting.component.scss index e69de29b..4cd0c9c1 100644 --- a/src/app/pages/voting/voting.component.scss +++ b/src/app/pages/voting/voting.component.scss @@ -0,0 +1,28 @@ +@import "../../../assets/scss/variables"; +form{ + display:flex; + margin:auto; + flex-direction: column; +} +.row{ + flex-direction: row; +} +label{ + font-weight: 600; +} +.comment{ + border-left:6px solid $ugly-purple ; +} +.cname{ + padding-left:17px; + font-weight: bold; +} +.btn{ + max-width: 300px; +} +.next{ + max-width:150px; +} +input[type=text],textarea{ + max-width:350px; +}