Commit 30d459358900865d906e3659cbce60ff67e0e669

Authored by Eugeny Galkovskiy
1 parent 2908ceac

comment styles 2

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
frontend/web/css/main.css
... ... @@ -532,7 +532,14 @@ section.bar.background-gray.steps-pre:before {
532 532 color: #d40000;
533 533 margin-left: 4px;
534 534 }
535   -.user-ico{padding: 10px;text-align: center;font-size: 30px;}
  535 +.user-ico{
  536 + padding: 10px;
  537 + text-align: center;
  538 + background: #0080ca;
  539 + color: #fff;
  540 + font-size: 44px;
  541 + text-transform: uppercase;
  542 +}
536 543 #blog-post{padding-bottom: 50px;}
537 544 #artbox-comment .submit_btn button{
538 545 color: #0080ca;
... ...