0.0.253 small rewrite for button with name in header
This commit is contained in:
@@ -112,6 +112,10 @@
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.title_page{
|
||||
font-size: 34px;
|
||||
}
|
||||
|
||||
|
||||
.wrapper_content {
|
||||
margin: 20px;
|
||||
@@ -1159,7 +1163,7 @@
|
||||
height: unset;
|
||||
margin: 20px auto;
|
||||
padding: 10px;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
|
||||
}
|
||||
.text_another_subscribe{
|
||||
@@ -1169,7 +1173,7 @@
|
||||
line-height: 20px;
|
||||
}
|
||||
.padding-n-width-another-subscribes{
|
||||
padding-bottom: 10px;
|
||||
/*padding-bottom: 10px;*/
|
||||
padding-right: unset;
|
||||
width: unset;
|
||||
}
|
||||
@@ -1249,6 +1253,8 @@
|
||||
|
||||
.read_more_about_subscribe{
|
||||
padding: 0 14px;
|
||||
height: 30px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.subscribe_inf_right_part, .subscribe_inf_left_part{
|
||||
@@ -1257,6 +1263,8 @@
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.subscribe_inf{
|
||||
height: unset;
|
||||
}
|
||||
@@ -1406,7 +1414,7 @@
|
||||
.another_subscribe{
|
||||
padding: 10px;
|
||||
flex-direction: unset;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.inf_carrier_icon{
|
||||
/*width: 3%;*/
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
.text-align-center{
|
||||
text-align: -moz-center;
|
||||
text-align: -webkit-center;
|
||||
width: 100%;
|
||||
|
||||
|
||||
@@ -653,8 +653,15 @@ header .header-second {
|
||||
}
|
||||
|
||||
span.btn_profile_name {
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
/*padding-top: 10px;*/
|
||||
}
|
||||
|
||||
#placeholder1{
|
||||
height: 50px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header-second-item>a{
|
||||
@@ -1555,7 +1562,9 @@ form.new_route{
|
||||
}
|
||||
|
||||
|
||||
|
||||
form.new_route>.button_register>#registration{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
div.departure_arrival>div>input{
|
||||
@@ -1563,7 +1572,7 @@ div.departure_arrival>div>input{
|
||||
border-radius: 15px;
|
||||
border: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@@ -1574,6 +1583,9 @@ div.departure_arrival>div>input{
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-top: 10px;
|
||||
background: url(/static/img/svg/Calendar.svg) white 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 2% bottom 45%;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user