index_20190417222432.scss 472 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
.root {
  height: 50px;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
}

.navOne, .navTwo, .navThree, .navFour, .navFive {
  color: #09f;
  &:hover, &:active {
    color: #1abc9c;
  }
}
.navOne i:before {
  content: "\e93d";
}

.navTwo i:before {
  content: "\e917";
}

.navThree i:before {
  content: "\e936";
}

.navFour i:before {
  content: "\e939";
}

.navFive i:before {
  content: "\e913";
}