summaryrefslogtreecommitdiff
path: root/sass/front-page/navigation.sass
blob: 5c0c5457bb0828a4f0df5163739ebb7d010d05bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.navigation 
  background: transparent
  position: fixed
  top: 0
  right: 0
  left: 0
  z-index: 2
  display: flex 
  justify-content: center
  transition: background-color 250ms linear, box-shadow 250ms linear

  &.background__white
    background-color: $white
    
  &.bottom-shadow
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12)