This commit is contained in:
SBD
2023-12-10 13:15:29 +03:00
parent c63f554d93
commit 6b61c24895
2 changed files with 31 additions and 19 deletions

View File

@@ -939,9 +939,14 @@ body.n_scroll{
color: #000000;
}
.list_characters_widget_how_dev{
padding-left: 15px;
}
.list_characters_widget_how_dev > li{
color: #000000;
text-transform: unset;
list-style: '- ';
}
/*block present technology*/
@@ -1271,7 +1276,12 @@ body.n_scroll{
font-size: 12px;
}
.error_input_html ul,li{
.error_input_html > ul{
padding: 0;
margin: 0;
list-style: none;
}
.error_input_html > li{
padding: 0;
margin: 0;
list-style: none;