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

_header.scss « sass « assets - github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4c3c825b154666fca464561a652fcad73d5c674 (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
.header-group {
  .header-logo-container {
    width: 120px;
    margin: 0 auto;
    padding: 50px 0 25px;

    .header-logo-circle {
      display: block;
      width: 120px;
      height: 120px;
      padding: 5px;
      border: 5px solid $theme-color;
      border-radius: 50%;
    }
  }

  .header-title {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
}