Give the app footer a top border

Change-Id: If5f601bd22b8eaa6b87352c52d0696783f129b36
This commit is contained in:
Kasper Nilsson
2018-04-11 15:36:08 -07:00
parent c828098853
commit 948ba01054

View File

@@ -90,6 +90,7 @@ limitations under the License.
}
footer {
background-color: var(--footer-background-color);
border-top: 1px solid var(--border-color);
display: flex;
justify-content: space-between;
padding: .5rem var(--default-horizontal-margin);