Commit c011d81b9a0961a879703e383a5f6d0411be555c

Authored by Felipe Henrique de Almeida Bormann
2 parents 0231661d 198c86f0

Merge branch 'refactoring' of https://github.com/amadeusproject/amadeuslms into refactoring

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -185,6 +185,12 @@
185 185 #system_menu {
186 186 background: #F5F5F5;
187 187 }
  188 +
  189 +#system_menu > .panel-body > a {
  190 + font-family: Roboto;
  191 + font-weight: normal;
  192 + font-size: 16px;
  193 +}
188 194 /* End Dropdown menu Topbar */
189 195  
190 196 /* Modal */
... ...