aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_header.scss
blob: 0192252f85a3ade52bd737e8843f7d63df27ecc5 (plain) (blame)
1
2
3
4
5
6
7
8
.c-header{
  top:0px;
  position: sticky;
  width: 100%;
  background-color: $color-grey-light;
  border-bottom: solid 1px $color-grey;
  //color: $color-contrary;
}