Commit 8d5584bc6b142ff1fcacd165ef6a28727340c6a6

Authored by Victor Costa
1 parent 2185d052

Ajuste no link de novas ideias

Showing 1 changed file with 15 additions and 3 deletions   Show diff stats
style.css
... ... @@ -884,8 +884,20 @@ width: 240px;
884 884  
885 885 */
886 886  
  887 +#suggestions_box_not_logged > a {
  888 + text-decoration: none;
  889 + font-size: 15px;
  890 + font-weight: bold;
  891 + text-align: left;
  892 + text-transform: uppercase;
  893 + color: #0050A5;
  894 + padding-top: 10px;
  895 + display: inline-block;
  896 +}
887 897  
888   -
889   -
890   -
  898 +#suggestions_box_not_logged > a::after {
  899 + content: "Clique Aqui";
  900 + text-decoration: underline;
  901 + padding-left: 5px;
  902 +}
891 903  
... ...