cleaning up tool tip card and instructions

This commit is contained in:
talksik
2019-08-29 21:46:28 -07:00
parent bdca6000b7
commit 5b1103eb14
2 changed files with 28 additions and 4 deletions
+15 -2
View File
@@ -18,6 +18,8 @@
.searchCont {
display: flex;
flex: 1;
width: 100%;
justify-content: center;
align-items: center;
@@ -46,6 +48,8 @@
flex: 1;
border-radius: 0.4rem;
margin: 0 10px;
max-width: 40px;
}
.searchBar {
display: block;
@@ -61,8 +65,11 @@
border-radius: 0.4rem;
transition: box-shadow var(--transitionDuration);
box-shadow: 0 0 8px #666;
width: 400px;
width: 100%;
height: 40px;
max-width: 600px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
@@ -95,7 +102,8 @@
.availableCommandsIconsCont {
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: fixed;
bottom: 3em;
@@ -129,3 +137,8 @@
.malTooltip {
font-size: 3em !important;
}
.directionsCard {
padding: 5px 10px;
margin-bottom: 5px;
}