0.0.18 upd styles.css
This commit is contained in:
@@ -758,6 +758,7 @@ section.profile {
|
||||
font-weight: 500;
|
||||
line-height: 22px;
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
@@ -879,4 +880,41 @@ select {
|
||||
|
||||
.errorlist>li{
|
||||
color:red;
|
||||
}
|
||||
}
|
||||
|
||||
/*create new route*/
|
||||
select#id_type_transport{
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 394px;
|
||||
border-radius: 15px;
|
||||
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;
|
||||
/*background: url("/static/img/png/icon-arrow.png") no-repeat calc(100% - 15px) center;*/
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none; /* Убираем границу */
|
||||
background-color: #E6E6E6; /* Цвет линии */
|
||||
color: #E6E6E6; /* Цвет линии для IE6-7 */
|
||||
height: 2px; /* Толщина линии */
|
||||
}
|
||||
form.new_route>div{
|
||||
margin-bottom: 30px;
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
}
|
||||
form.new_route{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*end create new route*/
|
||||
Reference in New Issue
Block a user