more
This commit is contained in:
@@ -59,6 +59,7 @@ body {
|
||||
border-radius: 6px;
|
||||
max-width: 535px;
|
||||
flex: 1 0 auto;
|
||||
background-color: #fcf6ff;
|
||||
}
|
||||
|
||||
.veh-text {
|
||||
@@ -94,6 +95,7 @@ body {
|
||||
cursor: pointer;
|
||||
padding: 7px 0px 26px 0px;
|
||||
margin: 25px auto;
|
||||
background-color: #fffef9;
|
||||
}
|
||||
|
||||
.auxButton2 {
|
||||
@@ -101,7 +103,7 @@ body {
|
||||
width: 125px;
|
||||
border: 1px solid #c0c8cf;
|
||||
border-radius: 6px;
|
||||
background-color: white;
|
||||
background-color: #fffef9;
|
||||
color: #0f1111;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
cursor: pointer;
|
||||
@@ -159,8 +161,8 @@ body {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
padding: 15px 20px 0px 20px;
|
||||
background-color: white;
|
||||
border-bottom: 2px solid #a9a9a9;
|
||||
background-color: #fcf6ff;
|
||||
}
|
||||
|
||||
.navRow {
|
||||
@@ -194,15 +196,21 @@ body {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 460px) {
|
||||
.vehicles-container {
|
||||
margin: 2px auto;
|
||||
}
|
||||
|
||||
.vehiclesColumn {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.navBarContainer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.formHeader {
|
||||
max-width: 250px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.vehBox {
|
||||
|
||||
Reference in New Issue
Block a user