[DE mobile] [PE mobile] Fix less

This commit is contained in:
Julia Svinareva 2019-06-04 09:48:26 +03:00
parent d56b256cb3
commit d5b432d950
8 changed files with 12 additions and 12 deletions

View file

@ -6976,7 +6976,7 @@ html.pixel-ratio-3 .numbers li {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: #6d6d72; color: #373737;
font-weight: 500; font-weight: 500;
} }
#user-list ul:before { #user-list ul:before {

View file

@ -6750,7 +6750,7 @@ html.pixel-ratio-3 .numbers li {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: #6d6d72; color: #373737;
font-weight: 400; font-weight: 400;
} }
#user-list ul:before { #user-list ul:before {

View file

@ -242,7 +242,7 @@ input, textarea {
} }
//Edit users //Edit users
@contentBlockColor: #6d6d72; @initialEditUser: #373737;
#user-list { #user-list {
.item-content { .item-content {
@ -262,7 +262,7 @@ input, textarea {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: @contentBlockColor; color: @initialEditUser;
font-weight: 500; font-weight: 500;
} }

View file

@ -229,7 +229,7 @@ input, textarea {
} }
//Edit users //Edit users
@contentBlockColor: #6d6d72; @initialEditUser: #373737;
#user-list { #user-list {
.item-content { .item-content {
@ -249,7 +249,7 @@ input, textarea {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: @contentBlockColor; color: @initialEditUser;
font-weight: 400; font-weight: 400;
} }
ul:before { ul:before {

View file

@ -6865,7 +6865,7 @@ html.pixel-ratio-3 .numbers li {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: #6d6d72; color: #373737;
font-weight: 500; font-weight: 500;
} }
#user-list ul:before { #user-list ul:before {

View file

@ -6696,7 +6696,7 @@ html.pixel-ratio-3 .numbers li {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: #6d6d72; color: #373737;
font-weight: 400; font-weight: 400;
} }
#user-list ul:before { #user-list ul:before {

View file

@ -246,7 +246,7 @@ input, textarea {
} }
//Edit users //Edit users
@contentBlockColor: #6d6d72; @initialEditUser: #373737;
#user-list { #user-list {
.item-content { .item-content {
@ -266,7 +266,7 @@ input, textarea {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: @contentBlockColor; color: @initialEditUser;
font-weight: 500; font-weight: 500;
} }

View file

@ -234,7 +234,7 @@ input, textarea {
} }
//Edit users //Edit users
@contentBlockColor: #6d6d72; @initialEditUser: #373737;
#user-list { #user-list {
.item-content { .item-content {
@ -254,7 +254,7 @@ input, textarea {
text-align: center; text-align: center;
border-radius: 50px; border-radius: 50px;
line-height: 40px; line-height: 40px;
color: @contentBlockColor; color: @initialEditUser;
font-weight: 400; font-weight: 400;
} }
ul:before { ul:before {