summaryrefslogtreecommitdiff
path: root/sass/front-page/navigation.sass
blob: 4b80209991b5d1965cf43f08cf2167d2176351fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.navigation 
  background: transparent
  display: flex 
  justify-content: center
  width: 100%
  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)