Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -793,11 +793,10 @@ section.profile {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0px 40px;
|
padding: 0px 40px;
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.profile {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
h2.title_new_route{
|
h2.title_new_route{
|
||||||
font-family: Inter;
|
font-family: Inter;
|
||||||
font-size: 44px;
|
font-size: 44px;
|
||||||
@@ -811,7 +810,8 @@ h2.title_new_route{
|
|||||||
|
|
||||||
.menu_profile {
|
.menu_profile {
|
||||||
width: 31%;
|
width: 31%;
|
||||||
margin-right: 40px;
|
/*margin-right: 40px;*/
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_profile>div {
|
.menu_profile>div {
|
||||||
@@ -821,7 +821,8 @@ h2.title_new_route{
|
|||||||
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
|
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: flex;
|
text-align: center;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_profile>div>a {
|
.menu_profile>div>a {
|
||||||
@@ -834,13 +835,13 @@ h2.title_new_route{
|
|||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_profile>div>img.svg {
|
.menu_profile>div>img.svg {
|
||||||
flex-basis: 35px;
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected{
|
.selected{
|
||||||
@@ -857,7 +858,8 @@ h2.title_new_route{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info_profile{
|
.info_profile{
|
||||||
width: 69%;
|
width: calc(69% - 40px);
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_profile>h1 {
|
.info_profile>h1 {
|
||||||
@@ -955,7 +957,6 @@ h2.title_new_route{
|
|||||||
select {
|
select {
|
||||||
display: block;
|
display: block;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 200px;
|
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user