fix CSS section-title bold and restore demostration align left -refs BT#15974

pull/3063/head
Nicolas Ducoulombier 6 years ago
parent 7bdb4dc1f5
commit 409aede507
  1. 5
      app/Resources/public/css/themes/rainbow/default.css

@ -331,13 +331,14 @@ footer #footer_right{
min-height: 230px;
border: 1px solid #19BF69;
}
#demo-home .demostration{
text-align: center;
.demostration{
text-align: left;
}
.section-title{
font-size: 18px;
color: #96BD0D;
text-align: left;
font-weight: bold;
}
.statistics .icon-color{
color: #96BD0D;

Loading…
Cancel
Save