Try to push TabNav items at the bottom of the bar

This commit is contained in:
Vesa Luusua 2017-09-26 15:08:48 +03:00
parent 20bfefaddd
commit e79112c8ee

View file

@ -31,6 +31,10 @@
color: var(--matterColor);
padding-bottom: 10px;
padding-top: 10px;
/* push tabs against bottom of tab bar */
margin-top: auto;
border-bottom-width: 2px;
border-bottom-style: solid;
@ -50,6 +54,10 @@
margin-bottom: 14px;
width: var(--linkWidth);
/* Remove mobile (horizontally aligned) nav styling */
padding-top: 0;
margin-top: 0;
&:hover {
background-image: url("data:image/svg+xml;utf8,<svg width='4' height='32' viewBox='0 0 4 32' xmlns='http://www.w3.org/2000/svg'><path d='M0 0h4v32H0z' fill='#C0392B' fill-rule='evenodd'/></svg>");
background-position: right center;