Blame view

frontend/web/css/main.css 812 Bytes
f37b4f80   Eugeny Galkovskiy   menu 2
1
2
3
  .navbar ul.nav > li > a {
      font-size: 13px;
      letter-spacing: -0.40px;
f37b4f80   Eugeny Galkovskiy   menu 2
4
      text-align: center;
ead29e4e   Eugeny Galkovskiy   create pages
5
      padding: 0px 12px 2px;
f37b4f80   Eugeny Galkovskiy   menu 2
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
      height: 62px;
      line-height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .navbar-brand{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .static_logo_img{
      width:85px;
  }
  .static_logo_about{
      font-family: Arial, sans-serif!important;
      transition: 0.3s;
      width: 125px;
      padding: 0;
      margin: 0;
      margin-left: -5px;
      float: left;
      display: flex;
      height: 62px;
      justify-content: center;
      align-items: center;
      font-size: 11px;
      text-transform: lowercase;
      line-height: 13px;
      cursor: default;
ead29e4e   Eugeny Galkovskiy   create pages
36
37
38
39
40
  }
  #top {
      background: #555555;
      color: #eeeeee;
      padding: 7px 0 6px;
f37b4f80   Eugeny Galkovskiy   menu 2
41
  }