Commit 300890682412dd75305941764d82ac9b905904ed

Authored by Eugeny Galkovskiy
1 parent 15a5ea08

123

Showing 1 changed file with 17 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1731,6 +1731,23 @@ p.right{text-align: right;}
1731 1731 max-width: 1008px;
1732 1732 }
1733 1733  
  1734 +
  1735 +.comm_line_1 .user_data, .comm_line_1 .user_name{
  1736 + padding-left: 0;
  1737 + font-family: 'Lato-Medium';
  1738 + font-size: 14px;
  1739 + color: #7e7e82;
  1740 + float: none;
  1741 + display: inline;
  1742 +}
  1743 +.user_txt{
  1744 + padding-left: 0;
  1745 + font-size: 15px;
  1746 + font-family: 'Lato-Medium';
  1747 + color: #343333;
  1748 + line-height: 18px;
  1749 +}
  1750 +
1734 1751 /**/
1735 1752 @media (min-width: 1200px){
1736 1753 .nav_up{
... ...