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;
// }
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
$base_font_size:16px;
// grid
$default_gap: 1em;
$default_gap: 0;
$default_sum: 12;
$small-bp:768px;