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

error.scss « partials « styles - github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45924f224a4f92c47f95eb586275273d7d939711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.not-found {
  margin: 5rem auto 0;
  font-family: $family-monospace;
  text-align: center;
}

.error {
  &-emoji {
    color: $text-strong;
    font-size: $size-1;
  }

  &-text {
    font-size: $size-5;
  }

  &-link {
    margin-top: 2rem;
    font-size: $size-6;
    color: $primary;
  }
}