Commit f676e02bc1d6f4e608777ef7a8ebc29f691c1464

Authored by ailsoncgt
1 parent 18d4ca0a

Register user logo #14

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
core/static/css/base/amadeus.css
... ... @@ -271,6 +271,14 @@ a.alert_message:hover{color : grey}
271 271 display: none;
272 272 }
273 273  
  274 +/*Logo register user*/
  275 +#logo{
  276 + max-width: 30%;
  277 + margin-top: 1em;
  278 + margin-bottom: 1em;
  279 +}
  280 +/*====================== ========*/
  281 +
274 282 .accordion {
275 283 background: #c0c0c0;
276 284 }
... ...