fixed nav for long pages
parent
96f7a19c0f
commit
1bab78eb08
|
@ -38,6 +38,7 @@ body {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-basis: 200px;
|
flex-basis: 200px;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
|
padding-left: calc(2em + 90px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 2em .3em;
|
padding: 2em .3em;
|
||||||
font-family: 'ostrichSans';
|
font-family: 'ostrichSans';
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|
|
@ -9,14 +9,15 @@ section.backlog-table
|
||||||
div.status.width-2
|
div.status.width-2
|
||||||
div.points.width-1 Front
|
div.points.width-1 Front
|
||||||
div.points.width-1 Back
|
div.points.width-1 Back
|
||||||
div.row.table-main
|
- for (var x = 0; x < 50; x++)
|
||||||
div.user-stories.width-4
|
div.row.table-main
|
||||||
input(type="checkbox", name="")
|
div.user-stories.width-4
|
||||||
a(href="") Crear el perfil de usuario Senior en el admin
|
input(type="checkbox", name="")
|
||||||
a(href="", title="Edit")
|
a(href="") Crear el perfil de usuario Senior en el admin
|
||||||
span.icon.icon-edit
|
a(href="", title="Edit")
|
||||||
a(href="", title="Delete")
|
span.icon.icon-edit
|
||||||
span.icon.icon-delete
|
a(href="", title="Delete")
|
||||||
div.status.width-2 Status
|
span.icon.icon-delete
|
||||||
div.points.width-1 Front
|
div.status.width-2 Status
|
||||||
div.points.width-1 Back
|
div.points.width-1 Front
|
||||||
|
div.points.width-1 Back
|
||||||
|
|
Loading…
Reference in New Issue