feedback tab and explore maps pages styling
This commit is contained in:
parent
ff03fb19a1
commit
7df57cd013
2 changed files with 17 additions and 2 deletions
|
@ -540,7 +540,7 @@ font-family: 'LatoLight';
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
background: #424242;
|
background: #424242;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
margin:16px 16px 16px 19px;
|
margin:0 12px 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapCard {
|
.mapCard {
|
||||||
|
|
|
@ -699,6 +699,7 @@
|
||||||
|
|
||||||
.mapsWrapper {
|
.mapsWrapper {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding: 32px 32px 56px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* end explore maps */
|
/* end explore maps */
|
||||||
|
@ -716,4 +717,18 @@
|
||||||
line-height:14px;
|
line-height:14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* end toast */
|
/* end toast */
|
||||||
|
|
||||||
|
/* feedback */
|
||||||
|
body a#barometer_tab {
|
||||||
|
background-image: url(feedback.png);
|
||||||
|
background-color: transparent;
|
||||||
|
height: 110px;
|
||||||
|
margin-left:0;
|
||||||
|
margin-top:-55px;
|
||||||
|
top: 50%;
|
||||||
|
width: 22px;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
|
||||||
|
}
|
Loading…
Reference in a new issue