Blame view

backend/web/core/css/add-new.css 2.11 KB
c237629a   Anastasia   first commit
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  .new-ico-user b {
    width: 30px;
    height: 30px;
    background: #652e8f;
    border-radius: 100%;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    float: left; }
  .new-ico-user i {
    font-style: normal;
    float: left;
    color: #777b80;
    font-size: 12px !important;
    line-height: 30px;
    margin-left: 10px; }
    .new-ico-user i:first-letter {
      text-transform: uppercase; }
  
  @font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?cekg2c");
    src: url("../fonts/icomoon.eot?cekg2c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cekg2c") format("truetype"), url("../fonts/icomoon.woff?cekg2c") format("woff"), url("../fonts/icomoon.svg?cekg2c#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
  .site_title span {
    display: none; }
  .site_title:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #fff;
    content: '\e90a';
    line-height: 55px; }
  
  .main_menu b {
    color: #7c7c7c;
    width: 58px;
    display: inline-block;
    text-align: center; }
    .main_menu b:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      color: #7c7c7c; }
  .main_menu .side-menu .active b:before {
    color: #fff; }
  
  b.site:before {
    content: '\e900'; }
  b.home:before {
    content: '\e901'; }
  b.static:before {
    content: '\e902'; }
  b.seo:before {
    content: '\e903'; }
  b.catalog:before {
    content: '\e904'; }
  b.options:before {
    content: '\e905'; }
  b.order:before {
    content: '\e906'; }
  b.blog:before {
    content: '\e907'; }
  b.settings:before {
    content: '\e908'; }
  b.slider:before {
    content: '\e909'; }
  
  /*# sourceMappingURL=add-new.css.map */