0.0.91 new error msg

This commit is contained in:
2023-08-15 12:20:35 +03:00
parent 26877620b1
commit cbee5af4ed
4 changed files with 96 additions and 42 deletions

View File

@@ -106,15 +106,8 @@ html, body{
height: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance: textfield;
}
@@ -228,10 +221,6 @@ section.register>h1 {
line-height: 22px;
}
@font-face {
font-family: "mr_NorwesterG";
src: url("/static/fonts/mr_NorwesterG.ttf");
}
.first-column>div:nth-child(2)>div:first-child {
color: #FFF;
@@ -938,9 +927,17 @@ select {
margin-top: 10px;
}
.checkbox_cargo_type>span{
width: 100%;
}
.errorlist{
position: absolute;
}
.errorlist>li{
color:red;
}
/*create new route*/
@@ -961,6 +958,10 @@ select#id_type_transport{
margin-top: 10px;
}
select#id_type_transport>option{
font-size: 16px;
font-family: Inter;
@@ -968,6 +969,38 @@ select#id_type_transport>option{
}
select#id_type_transport:after{
content: "";
display: block;
width: 25px;
height: 25px;
/*background-image: url("/put_k_strelke");*/
position: absolute;
right: 5px;
top: 5px;
}
.type_transport_list{
width: 394px;
height: 154px;
border: 2px solid #E6E6E6;
padding: 10px;
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
appearance: none;
box-sizing: border-box;
border-radius: 10px;
}
.type_transport_list>label{
float: left;
width: 100%;
}
hr {
border: none; /* Убираем границу */
background-color: #E6E6E6; /* Цвет линии */