Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_navigation.scss « sass « assets - github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f06955115bec4b32e6f50adf5e9e36dda3792df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.main-navigation {
  text-align: center;
  padding: 8px 0;

  a {
    display: inline-block;
    padding: 8px 16px;
    border-bottom: 1px solid lighten($theme-color, 70%);

    &:hover, &:focus, &:active, &.active {
      border-bottom: 1px solid $theme-color;
    }
  }
}