Browse Source

Ajusta tamanho dos primary e danger button

pull/521/head
Eduardo Edson Batista Cordeiro Alves 9 years ago
parent
commit
19280b02ea
  1. 10
      sapl/static/styles/app.scss

10
sapl/static/styles/app.scss

@ -131,13 +131,17 @@ body {
}
}
fieldset {
fieldset {
font-size: 95%;
legend {
font-size: 18px;
}
}
}
}
.btn-primary, .btn-danger{
font-size: 16px;
height: 40px !important;
display: inline-block;
}

Loading…
Cancel
Save