Commit f57e687015a356b76e880871cd0b6fedb21b31b4

Authored by Eugeny Galkovskiy
1 parent 30089068

123

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1739,9 +1739,10 @@ p.right{text-align: right;}
1739 1739 color: #7e7e82;
1740 1740 float: none;
1741 1741 display: inline;
  1742 + font-weight:inherit;
1742 1743 }
1743 1744 .user_txt{
1744   - padding-left: 0;
  1745 + padding-left: 0!important;
1745 1746 font-size: 15px;
1746 1747 font-family: 'Lato-Medium';
1747 1748 color: #343333;
... ...