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

_heaader.scss « scss « assets - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f18bbfef16485ea925680bfdebcd64f4021d72da (plain)
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
.logo {
  height: 48px;
  width: auto;

  img {
    display: block;
    height: 100%;
  }
}

.nav {
  padding: 10px 0;
  @include flex-y-center;
  justify-content: space-between;

  .icon-moon {
    color: #e0e0e0;
  }
}

.nav-menu {
  @include flex-y-center;

  a {
    padding: 10px 14px;
    color: #4C4E4D;

    &:hover {
      color: var(--theme-color);
    }
  }
}