remotes/origin/PR-39
Seghey Shishman 9 years ago
parent 3beedd6a6a
commit 4cc4907b67
  1. 13
      assets/css/main.css

@ -827,9 +827,8 @@ footer:after {
box-shadow: 0 0 10px rgba(0,0,0,0.7); box-shadow: 0 0 10px rgba(0,0,0,0.7);
} }
.projectPro:hover .titlePro { .titlePro a:hover {
color: #fb2c2d; text-decoration: underline !important;
text-decoration: underline;
} }
.projectPro:hover .leftPro:before { .projectPro:hover .leftPro:before {
@ -5998,7 +5997,7 @@ a.linkS2[data-target="#withdraw-money"]{
} }
input[type="radio"]{ input[type="radio"]{
opacity: 1; opacity: 0;
} }
.wr-inset-pluss{ .wr-inset-pluss{
@ -6020,8 +6019,6 @@ input[type="radio"]{
} }
.welcomeMain{ .welcomeMain{
line-height: 48px; line-height: 48px;
font-family: 'pfdintextcomppro-regular', sans-serif;
font-size: 43.5px;
} }
.menuUser > div{ .menuUser > div{
padding: 10px 0; padding: 10px 0;
@ -6048,4 +6045,8 @@ input[type="radio"]{
-moz-transform: scale(1.04); -moz-transform: scale(1.04);
transform: scale(1.04); transform: scale(1.04);
} }
.new-rass2 .btn-submit-link{
display: table;
margin: 15px 0px 15px -15px !important;
}
/*end_new*/ /*end_new*/

Loading…
Cancel
Save