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

ofaj
Nicolas Ducoulombier 6 years ago
parent 9916898246
commit 8d2f28da44
  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