[DE mobile] [PE mobile] Fix less
This commit is contained in:
parent
d56b256cb3
commit
d5b432d950
|
@ -6976,7 +6976,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: #6d6d72;
|
||||
color: #373737;
|
||||
font-weight: 500;
|
||||
}
|
||||
#user-list ul:before {
|
||||
|
|
|
@ -6750,7 +6750,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: #6d6d72;
|
||||
color: #373737;
|
||||
font-weight: 400;
|
||||
}
|
||||
#user-list ul:before {
|
||||
|
|
|
@ -242,7 +242,7 @@ input, textarea {
|
|||
}
|
||||
|
||||
//Edit users
|
||||
@contentBlockColor: #6d6d72;
|
||||
@initialEditUser: #373737;
|
||||
|
||||
#user-list {
|
||||
.item-content {
|
||||
|
@ -262,7 +262,7 @@ input, textarea {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: @contentBlockColor;
|
||||
color: @initialEditUser;
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
|
|
@ -229,7 +229,7 @@ input, textarea {
|
|||
}
|
||||
|
||||
//Edit users
|
||||
@contentBlockColor: #6d6d72;
|
||||
@initialEditUser: #373737;
|
||||
|
||||
#user-list {
|
||||
.item-content {
|
||||
|
@ -249,7 +249,7 @@ input, textarea {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: @contentBlockColor;
|
||||
color: @initialEditUser;
|
||||
font-weight: 400;
|
||||
}
|
||||
ul:before {
|
||||
|
|
|
@ -6865,7 +6865,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: #6d6d72;
|
||||
color: #373737;
|
||||
font-weight: 500;
|
||||
}
|
||||
#user-list ul:before {
|
||||
|
|
|
@ -6696,7 +6696,7 @@ html.pixel-ratio-3 .numbers li {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: #6d6d72;
|
||||
color: #373737;
|
||||
font-weight: 400;
|
||||
}
|
||||
#user-list ul:before {
|
||||
|
|
|
@ -246,7 +246,7 @@ input, textarea {
|
|||
}
|
||||
|
||||
//Edit users
|
||||
@contentBlockColor: #6d6d72;
|
||||
@initialEditUser: #373737;
|
||||
|
||||
#user-list {
|
||||
.item-content {
|
||||
|
@ -266,7 +266,7 @@ input, textarea {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: @contentBlockColor;
|
||||
color: @initialEditUser;
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
|
|
@ -234,7 +234,7 @@ input, textarea {
|
|||
}
|
||||
|
||||
//Edit users
|
||||
@contentBlockColor: #6d6d72;
|
||||
@initialEditUser: #373737;
|
||||
|
||||
#user-list {
|
||||
.item-content {
|
||||
|
@ -254,7 +254,7 @@ input, textarea {
|
|||
text-align: center;
|
||||
border-radius: 50px;
|
||||
line-height: 40px;
|
||||
color: @contentBlockColor;
|
||||
color: @initialEditUser;
|
||||
font-weight: 400;
|
||||
}
|
||||
ul:before {
|
||||
|
|
Loading…
Reference in a new issue