added footer tabs

This commit is contained in:
2019-09-20 12:17:46 +02:00
parent 8e9a8489e4
commit c9e7a335c1
9 changed files with 96 additions and 31 deletions
+4 -4
View File
@@ -33,12 +33,12 @@ body{
overflow-y: auto;
overflow-x: hidden;
}
footer[role="search-bar"]{
footer[role="tools"]{
flex:0 0 auto;
@extend %layout-element;
// padding-bottom: 1em;
>*{
padding:0.5em 1em;
}
// >*{
// padding:0.5em 1em;
// }
}
}