Commit 400060e63b863e1fd666f289eb0a036acff7c91f

Authored by Eugeny Galkovskiy
1 parent 2a2fa0b0

comment styles 1

Showing 1 changed file with 60 additions and 1 deletions   Show diff stats
frontend/web/css/main.css
... ... @@ -252,7 +252,7 @@ section.blue-fon {padding-top: 25px;}
252 252 z-index: -1000;
253 253 width: 100%;
254 254 height: 100%;
255   - max-height: calc(100vh - 101px);
  255 + max-height: calc(100vh - 22px);
256 256 overflow: hidden;
257 257 display: flex;
258 258 align-items: center;
... ... @@ -737,4 +737,63 @@ section.bar.background-gray.steps-pre:before {
737 737 padding: 10px;
738 738 text-align: center;
739 739 font-size: 30px;
  740 +}
  741 +#blog-post{padding-bottom: 50px;}
  742 +#artbox-comment .submit_btn button{
  743 + color: #0080ca;
  744 + background-color: initial;
  745 + border: 1px solid;
  746 + border-color: #0080ca;
  747 + font-weight: 700;
  748 + font-family: "Roboto",Helvetica,Arial,sans-serif;
  749 + text-transform: uppercase;
  750 + letter-spacing: .08em;
  751 + padding: 6px 12px;
  752 + font-size: 13px;
  753 + line-height: 1.42857143;
  754 + border-radius: 0;
  755 +}
  756 +#artbox-comment .submit_btn button:hover, #artbox-comment .submit_btn button:active{
  757 + color:#fff;
  758 + background-color:#0080ca;
  759 +}
  760 +#artbox-comment .submit_btn button:active{
  761 + background-image: none;
  762 + outline: 0;
  763 + -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  764 + box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  765 +}
  766 +#artbox-comment .submit_btn button:before{
  767 + content: "\f0e5";
  768 + display: inline-block;
  769 + font: normal normal normal 14px/1 FontAwesome;
  770 + font-size: inherit;
  771 + text-rendering: auto;
  772 + -webkit-font-smoothing: antialiased;
  773 + -moz-osx-font-smoothing: grayscale;
  774 + margin-right: 5px;
  775 +}
  776 +#artbox-comment .form-comm-wr{background:none;}
  777 +#artbox-comment .input_bl label {
  778 + position: relative;
  779 + width: 100%;
  780 + text-align: left;
  781 + padding-right: 10px;
  782 + margin: 9px 0 0 0;
  783 + display: inline-block;
  784 + max-width: 100%;
  785 + margin-bottom: 5px;
  786 + font-weight: normal;
  787 + text-transform: none;
  788 + font-family: "Roboto",Helvetica,Arial,sans-serif;
  789 + font-size: 14px;
  790 + line-height: 1.42857143;
  791 + color: #555;
  792 +}
  793 +#artbox-comment .comments-start .required label:before{display:none;}
  794 +#artbox-comment .comments-start .required label:after {
  795 + display: inline-block;
  796 + content: "*";
  797 + color: #d40000;
  798 + margin-left: 4px;
740 799 }
741 800 \ No newline at end of file
... ...