Project

General

Profile

1
:root {
2
  --portal-main-color: #FECA1D;
3
  --portal-main-contrast: #FFFFFF;
4
  --portal-dark-color: #b48536;
5
  --primary-color: var(--theme-secondary-color);
6
  --secondary-color: var(--theme-secondary-color);
7
}
8

    
9
.tm-toolbar .uk-subnav-line .custom-connect-li, .tm-toolbar .uk-subnav-line .custom-connect-admin-li {
10
  display: block;
11
  background: #DEAF50 !important;
12
  color: #fff !important;
13

    
14
}
15

    
16
.custom-connect-toolbar ul.uk-subnav.uk-subnav-line, .custom-connect-admin-toolbar ul.uk-subnav.uk-subnav-line {
17
  background-color: #FFC700 !important;
18
}
19

    
20
.custom-connect-toolbar .inner, .custom-connect-admin-toolbar .inner {
21
  background-color: #FFC700 !important;
22
}
23

    
24
.custom-connect-toolbar, .custom-connect-admin-toolbar {
25
  border-top-color: #FFC700 !important;
26
}
27

    
28
.red_color {
29
  color: #FF3030;
30
}
31

    
32
.red_background_color:hover {
33
  background-color: #FF3030;
34
  border-color: #FF3030;
35
  color: #767779 !important;
36
}
37

    
38
.green_color {
39
  color: lightgreen;
40
}
41

    
42
.green_background_color:hover {
43
  background-color: lightgreen;
44
  border-color: lightgreen;
45
  color: #767779 !important;
46
}
47

    
48
.wellcomePage {
49
  background: transparent linear-gradient(0deg, #FAFAFA 0%, #E2EEFA 100%) 0 0 no-repeat padding-box;
50
  min-height: calc(100vh - 412.767px);
51
}
52

    
53
.iframeContainer {
54
  overflow: hidden;
55

    
56
}
57

    
58
.iframeContainer iframe {
59

    
60
  width: 100%;
61
  height: 100%;
62
  border: 0;
63
}
64

    
65
/*Customization*/
66

    
67
.customizationMenuPanel {
68
  /*background-color: #999999;*/
69
}
70

    
71
.customizationMenuPanel .customizationMenuItems {
72
  background-color: white;
73
  border: white solid 1px;
74
  border-radius: 14px;
75
}
76
/*#colorPickerInput {
77
  width: 15px;
78
  height: 15px;
79
  border: 1px solid #707070;
80
  border-radius: 50%;
81
  opacity: 1;
82
  cursor:pointer;
83

    
84
}*/
85

    
86
.colorPicker input {
87
  width: 35px;
88
  height: 15px;
89
  border: 1px solid #707070;
90
  border-radius: 2px;
91
  opacity: 1;
92
  cursor:pointer;
93
}
94

    
95
/* NEW CSS*/
96
.login circle {
97
  fill: var(--primary-color);
98
}
99

    
100
.login:hover circle {
101
  fill: var(--secondary-color);
102
}
103

    
104
#sidebar_main .sidebar_main_header .portal-logo {
105
  background: url("/assets/common-assets/logo-large-connect.png") no-repeat;
106
  background-size: contain;
107
}
108

    
109
.sidebar_mini #sidebar_main .sidebar_main_header .portal-logo {
110
  background: url("/assets/common-assets/logo-small-connect.png") no-repeat;
111
  background-size: contain;
112
}
113

    
114
#sidebar_main #sidebar_content {
115
  border-right: 1px solid var(--portal-main-color);
116
}
117

    
118
#sidebar_switcher_toggle {
119
  border: 1px solid var(--portal-main-color);
120
  border-left: 0;
121
}
    (1-1/1)