Commit 18127b279acb65ef801e428eac084efb5aa6fc0d

Authored by Leonardo Merlin
1 parent c23d0e42

Add space on captcha

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
sass/style.sass
... ... @@ -38,6 +38,7 @@
38 38 // 6.18 - listas
39 39 // 6.19 - artigo
40 40 // 6.20 - participe
  41 +// 6.21 - captcha
41 42 // 7 - Modificadores
42 43 // 8 - Cores do Temas
43 44 // 9 - Alto Contraste
... ... @@ -1199,6 +1200,10 @@ td
1199 1200 .talk__value
1200 1201 font-weight: bold
1201 1202  
  1203 +// 6.21 - captcha
  1204 +.captcha
  1205 + margin: 10px auto
  1206 +
1202 1207 // ------------------------------------
1203 1208 // 7 - Modificadores
1204 1209 // ------------------------------------
... ...