Project

General

Profile

1
.uk-subnav-pill:not(.ignore), .uk-tab:not(.ignore) {
2
  flex-wrap: nowrap;
3
  overflow-x: auto;
4
}
5

    
6
.uk-subnav-pill > * > a, .uk-subnav-pill > * > span > a {
7
  color: currentColor !important;
8
  font-size: 13px;
9
  opacity: 0.5;
10
  border-radius: 40px !important;
11
  border: 1px solid currentColor !important;
12
  padding: 6px 18px !important;
13
  line-height: 18px;
14
}
15

    
16
.uk-subnav-pill > * > :first-child {
17
  text-transform: none;
18
  font-size: var(--font-size);
19
  color: var(--text-color);
20
}
21

    
22
.uk-subnav-pill > li > a:hover, .uk-subnav-pill > li > span > a:hover {
23
  border-color: var(--secondary-color);
24
  color: var(--secondary-color) !important;
25
  background-color: var(--contrast-color);
26
  opacity: 1;
27
}
28

    
29
.uk-subnav-pill > li.uk-active > a, .uk-subnav-pill > li.uk-active > span > a {
30
  opacity: 1;
31
  border-color: var(--primary-color) !important;
32
  color: var(--contrast-color) !important;
33
  background-color: var(--primary-color);
34
  font-weight: bold;
35
}
36

    
37
.uk-tab > li > a {
38
  color: rgb(var(--text-color-rgb), 0.5) !important;
39
  font-size: var(--small-font-size);
40
  font-family: "Open Sans", sans-serif !important;
41
  text-transform: capitalize;
42
}
43

    
44
.uk-tab > li:hover > a {
45
  color: var(--secondary-color) !important;
46
}
47

    
48
.uk-tab > li.uk-active  > a {
49
  color: var(--primary-color) !important;
50
  font-weight: 700;
51
}
52

    
53
.customTabs.uk-tab > li > a, .customTabs.uk-tab > li.uk-active > a,.customTabs.uk-tab > li > a:focus, .customTabs.uk-tab > li > a:hover {
54
  border: 0 transparent !important;
55
}
56

    
57
.subCategoriesTabs > li > a{
58
  font-size: 13px;
59
}
60

    
61
.uk-tab.customTabs::before {
62
  border-bottom: none !important;
63
}
64

    
65
.customTabs.uk-tab.admin > li.uk-active > a .title {
66
  border-bottom: 3px solid var(--portal-main-color);
67
  margin-left: 3px;
68
}
69

    
70
.uk-subnav-pill.subCategoriesTabs.admin > li.uk-active > a{
71
  border: 1px solid var(--primary-color);
72
  background-color: var(--primary-color);
73
}
74

    
75
.uk-subnav[visibility=true], .uk-tab[visibility=true] {
76
  margin-left: -50px;
77
}
78

    
79
.uk-subnav[visibility=true] > li:not(:first-child):not(:last-child) > :first-child,
80
.uk-tab[visibility=true] > li:not(:first-child):not(:last-child) {
81
  padding-left: 0;
82
}
(9-9/11)