breadcrumbs

Former-commit-id: 556acb1ac0d096aa33bf46f3e0dca675068786e1 [formerly 3833d6cb8ce0899a5481d31ad10908018cc0eaff] [formerly 9e0113c0015a86e16e17b01da1987d2e78e4b69f [formerly 0f4f172a1bb6f6a5efc941b5b55d0565b89ead7e]]
Former-commit-id: 2e705bf3f132891868db6bdd8e345038fb908bff [formerly fdac82955e78d63979b067fd6412503fd25e21a7]
Former-commit-id: c1eb0b82f599512fff8a5b8dd686ace303cc49b9
This commit is contained in:
Henrique Dias
2017-07-10 14:02:21 +01:00
parent cab8f11e70
commit 20dd80f27d
3 changed files with 25 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
display: flex;
flex-wrap: nowrap;
color: #6f6f6f;
transition: .1s ease all;
transition: .1s ease background, .1s ease opacity;
align-items: center;
cursor: pointer;
}
@@ -161,7 +161,7 @@
background: #f8f8f8;
position: fixed;
width: calc(100% - 19em);
top: 4em;
top: 7em;
right: 1em;
z-index: 999;
padding: .85em;