diff --git a/src/app/pages/voting/voting.component.html b/src/app/pages/voting/voting.component.html index bc714d30..0780b5bc 100644 --- a/src/app/pages/voting/voting.component.html +++ b/src/app/pages/voting/voting.component.html @@ -4,7 +4,7 @@

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.

-
+
@@ -24,16 +24,15 @@

Les commentaires

Pikachu - le 26 novembre 2019 + 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

@@ -42,7 +41,7 @@

Partager le sondage

- +

Exporter/Imprimer

diff --git a/src/app/pages/voting/voting.component.scss b/src/app/pages/voting/voting.component.scss index 580123f5..c1fda46f 100644 --- a/src/app/pages/voting/voting.component.scss +++ b/src/app/pages/voting/voting.component.scss @@ -3,7 +3,8 @@ form{ display:flex; margin:auto; flex-direction: column; - align-items: flex-start; + align-items: center; + justify-content: flex-start; } .row{ flex-direction: row; @@ -19,6 +20,12 @@ label{ margin-bottom: 25px; flex-wrap: wrap; } +.comment{ + display:flex; +} +.commeny span{ + flex-direction: row; +} .cname{ padding-left:17px; font-weight: bold; @@ -42,3 +49,17 @@ h2{ align-self: flex-end; margin-bottom:50px; } +textarea{ + height:213px; + margin-bottom:20px; +} +.name{ + margin-bottom:50px; + margin-top:50px; +} +label{ +align-items: flex-start; +} +.nobold{ + font-weight: normal; +} diff --git a/src/assets/scss/atoms/_fonts.scss b/src/assets/scss/atoms/_fonts.scss index 52a10675..2bf29958 100644 --- a/src/assets/scss/atoms/_fonts.scss +++ b/src/assets/scss/atoms/_fonts.scss @@ -60,4 +60,7 @@ h4, h5, h6 { font-family: $title_font, "Brie Light", "Arial", "DejaVu Sans Mono"; -} \ No newline at end of file +} +.nobold{ + font-weight: normal; +}