omnia-sass 3.5.72 → 3.5.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/omnia-sass.scss +11631 -0
- package/package.json +17 -6
- package/src/lib/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/src/lib/font-awesome/scss/_animated.scss +0 -36
- package/src/lib/font-awesome/scss/_bordered-pulled.scss +0 -41
- package/src/lib/font-awesome/scss/_core.scss +0 -11
- package/src/lib/font-awesome/scss/_fixed-width.scss +0 -6
- package/src/lib/font-awesome/scss/_icons.scss +0 -2139
- package/src/lib/font-awesome/scss/_larger.scss +0 -21
- package/src/lib/font-awesome/scss/_list.scss +0 -21
- package/src/lib/font-awesome/scss/_mixins.scss +0 -58
- package/src/lib/font-awesome/scss/_path.scss +0 -15
- package/src/lib/font-awesome/scss/_rotated-flipped.scss +0 -30
- package/src/lib/font-awesome/scss/_screen-reader.scss +0 -9
- package/src/lib/font-awesome/scss/_stacked.scss +0 -27
- package/src/lib/font-awesome/scss/_variables.scss +0 -799
- package/src/lib/font-awesome/scss/font-awesome.scss +0 -18
- package/src/management/render/components/ClientSecretWindow/style.scss +0 -8
- package/src/management/render/pages/Features/style.scss +0 -66
- package/src/modeler/render/components/BlogFeedPanel/style.scss +0 -11
- package/src/modeler/render/components/EditorSidebar/style.scss +0 -109
- package/src/modeler/render/components/Wizard/style.scss +0 -10
- package/src/modeler/render/pages/Home/style.scss +0 -5
- package/src/modeler/render/pages/Queries/style.scss +0 -158
- package/src/modeler/render/pages/Shared/UserInterface/style.scss +0 -47
- package/src/modeler/render/pages/TextTemplates/style.scss +0 -15
- package/src/modeler/render/pages/Themes/style.scss +0 -22
- package/src/modeler/render/pages/Units/style.scss +0 -19
- package/src/runtime/render/components/RemoteUiDevelopmentWindow/style.scss +0 -34
- package/src/runtime/render/pages/Shared/Instances/HistoryPanel/style.scss +0 -146
- package/src/runtime/render/pages/Shared/Instances/style.scss +0 -63
- package/src/shared/render/components/Breadcrumb/style.scss +0 -52
- package/src/shared/render/components/ColorPageIndicatorBar/style.scss +0 -7
- package/src/shared/render/components/Element/Elements/CalendarComponents/style.scss +0 -254
- package/src/shared/render/components/Element/Elements/ListComponents/style.scss +0 -160
- package/src/shared/render/components/Element/style.scss +0 -1005
- package/src/shared/render/components/FeedbackMessage/style.scss +0 -19
- package/src/shared/render/components/FormField/style.scss +0 -435
- package/src/shared/render/components/GraphVisualizer/style.scss +0 -30
- package/src/shared/render/components/GroupNavigator/style.scss +0 -10
- package/src/shared/render/components/HelpCenter/style.scss +0 -28
- package/src/shared/render/components/List/style.scss +0 -138
- package/src/shared/render/components/Loader/style.scss +0 -46
- package/src/shared/render/components/ModalHeaderWithContextualHelp/style.scss +0 -12
- package/src/shared/render/components/NotificationCenter/style.scss +0 -44
- package/src/shared/render/components/Sidebar/style.scss +0 -113
- package/src/shared/render/components/StaticForm/style.scss +0 -62
- package/src/shared/render/components/StaticList/style.scss +0 -55
- package/src/shared/render/components/Toaster/style.scss +0 -9
- package/src/shared/render/components/TopBar/style.scss +0 -27
- package/src/shared/render/components/UnsupportedBrowserWindow/style.scss +0 -29
- package/src/shared/render/pages/PageNotFound/style.scss +0 -16
- package/src/shared/render/pages/SmallContentPage/style.scss +0 -34
- package/src/shared/render/pages/ThemeSelector/style.scss +0 -16
- package/src/shared/render/pages/TimestampRefuse/style.scss +0 -16
- package/src/shared/render/styles/app.scss +0 -3
- package/src/shared/render/styles/bootstrap-color-system.scss +0 -34
- package/src/shared/render/styles/fonts/Exo2-Regular.ttf +0 -0
- package/src/shared/render/styles/global.scss +0 -233
- package/src/shared/render/styles/layout.scss +0 -92
- package/src/shared/render/styles/modal.scss +0 -40
- package/src/shared/render/styles/print.scss +0 -10
- package/src/shared/render/styles/styles.scss +0 -58
- package/src/shared/render/styles/variables.scss +0 -210
- package/src/shared/render/styles/z-index-fixer.scss +0 -40
- package/src/user/render/pages/Tenants/style.scss +0 -41
@@ -1,18 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3
|
-
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4
|
-
*/
|
5
|
-
|
6
|
-
@import 'variables';
|
7
|
-
@import 'mixins';
|
8
|
-
@import 'path';
|
9
|
-
@import 'core';
|
10
|
-
@import 'larger';
|
11
|
-
@import 'fixed-width';
|
12
|
-
@import 'list';
|
13
|
-
@import 'bordered-pulled';
|
14
|
-
@import 'animated';
|
15
|
-
@import 'rotated-flipped';
|
16
|
-
@import 'stacked';
|
17
|
-
@import 'icons';
|
18
|
-
@import 'screen-reader';
|
@@ -1,66 +0,0 @@
|
|
1
|
-
|
2
|
-
//
|
3
|
-
// From: https://www.w3schools.com/howto/howto_css_switch.asp
|
4
|
-
//
|
5
|
-
// The feature-toggler - the box around the slider
|
6
|
-
.feature-toggler {
|
7
|
-
position: relative;
|
8
|
-
display: inline-block;
|
9
|
-
width: 60px;
|
10
|
-
height: 28px;
|
11
|
-
}
|
12
|
-
|
13
|
-
// Hide default HTML checkbox
|
14
|
-
.feature-toggler input {
|
15
|
-
opacity: 0;
|
16
|
-
width: 0;
|
17
|
-
height: 0;
|
18
|
-
}
|
19
|
-
|
20
|
-
// The slider
|
21
|
-
.feature-toggler-slider {
|
22
|
-
position: absolute;
|
23
|
-
cursor: pointer;
|
24
|
-
top: 0;
|
25
|
-
left: 0;
|
26
|
-
right: 0;
|
27
|
-
bottom: 0;
|
28
|
-
background-color: $gray-300;
|
29
|
-
-webkit-transition: 0.4s;
|
30
|
-
transition: 0.4s;
|
31
|
-
}
|
32
|
-
|
33
|
-
.feature-toggler-slider:before {
|
34
|
-
position: absolute;
|
35
|
-
content: '';
|
36
|
-
height: 22px;
|
37
|
-
width: 22px;
|
38
|
-
left: 3px;
|
39
|
-
bottom: 3px;
|
40
|
-
background-color: white;
|
41
|
-
-webkit-transition: 0.4s;
|
42
|
-
transition: 0.4s;
|
43
|
-
}
|
44
|
-
|
45
|
-
input:checked + .feature-toggler-slider {
|
46
|
-
background-color: $primary;
|
47
|
-
}
|
48
|
-
|
49
|
-
input:focus + .feature-toggler-slider {
|
50
|
-
box-shadow: 0 0 4px $gray-600;
|
51
|
-
}
|
52
|
-
|
53
|
-
input:checked + .feature-toggler-slider:before {
|
54
|
-
-webkit-transform: translateX(26px);
|
55
|
-
-ms-transform: translateX(26px);
|
56
|
-
transform: translateX(26px);
|
57
|
-
}
|
58
|
-
|
59
|
-
// Rounded sliders
|
60
|
-
.feature-toggler-slider.feature-toggler-round {
|
61
|
-
border-radius: 28px;
|
62
|
-
}
|
63
|
-
|
64
|
-
.feature-toggler-slider.feature-toggler-round:before {
|
65
|
-
border-radius: 50%;
|
66
|
-
}
|
@@ -1,109 +0,0 @@
|
|
1
|
-
$padding: 0.5rem;
|
2
|
-
$editor-sidebar-panel-header-height: 24px;
|
3
|
-
$editor-sidebar-tab-header-height: 42px;
|
4
|
-
|
5
|
-
.editor-sidebar {
|
6
|
-
.nav-tabs {
|
7
|
-
display: flex;
|
8
|
-
flex-direction: row;
|
9
|
-
height: #{$editor-sidebar-tab-header-height};
|
10
|
-
.nav-item {
|
11
|
-
a {
|
12
|
-
text-align: center;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
.tab-pane {
|
18
|
-
height: 100%;
|
19
|
-
}
|
20
|
-
|
21
|
-
.tab-content {
|
22
|
-
height: calc(100% - #{$editor-sidebar-tab-header-height});
|
23
|
-
}
|
24
|
-
|
25
|
-
.editor-sidebar-container {
|
26
|
-
display: contents;
|
27
|
-
.editor-sidebar-panel.properties {
|
28
|
-
height: 45%;
|
29
|
-
}
|
30
|
-
|
31
|
-
.editor-sidebar-header-option {
|
32
|
-
width: 100%;
|
33
|
-
border-radius: 0;
|
34
|
-
overflow-x: hidden;
|
35
|
-
text-overflow: ellipsis;
|
36
|
-
padding: 0.375rem 0.375rem;
|
37
|
-
&.rounded-top-left {
|
38
|
-
border-top-left-radius: 0.3rem;
|
39
|
-
}
|
40
|
-
&.rounded-top-right {
|
41
|
-
border-top-right-radius: 0.3rem;
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
|
-
.editor-sidebar-panel {
|
46
|
-
border: 1px solid $gray-400;
|
47
|
-
display: flex;
|
48
|
-
flex-direction: column;
|
49
|
-
overflow-y: hidden;
|
50
|
-
.static-form-controls {
|
51
|
-
display: none;
|
52
|
-
}
|
53
|
-
|
54
|
-
.editor-sidebar-panel-content {
|
55
|
-
overflow-y: auto;
|
56
|
-
overflow-x: hidden;
|
57
|
-
height: calc(100% - #{$editor-sidebar-tab-header-height});
|
58
|
-
.static-form-container {
|
59
|
-
padding-bottom: 0;
|
60
|
-
}
|
61
|
-
}
|
62
|
-
}
|
63
|
-
}
|
64
|
-
|
65
|
-
.overflow-x-hidden {
|
66
|
-
overflow-x: hidden;
|
67
|
-
}
|
68
|
-
|
69
|
-
.panel-content {
|
70
|
-
height: calc(100% - #{$editor-sidebar-panel-header-height});
|
71
|
-
}
|
72
|
-
|
73
|
-
.panel-content-scroll {
|
74
|
-
overflow-y: scroll;
|
75
|
-
}
|
76
|
-
|
77
|
-
.editor-sidebar-options {
|
78
|
-
padding-top: $padding;
|
79
|
-
}
|
80
|
-
|
81
|
-
.editor-sidebar-panel-header {
|
82
|
-
background-color: $gray-600;
|
83
|
-
color: $gray-100;
|
84
|
-
padding-left: 0.5rem;
|
85
|
-
height: #{$editor-sidebar-panel-header-height};
|
86
|
-
width: 100%;
|
87
|
-
}
|
88
|
-
}
|
89
|
-
|
90
|
-
/* width */
|
91
|
-
::-webkit-scrollbar {
|
92
|
-
width: 10px;
|
93
|
-
height: 10px;
|
94
|
-
}
|
95
|
-
|
96
|
-
/* Track */
|
97
|
-
::-webkit-scrollbar-track {
|
98
|
-
background: #f1f1f1;
|
99
|
-
}
|
100
|
-
|
101
|
-
/* Handle */
|
102
|
-
::-webkit-scrollbar-thumb {
|
103
|
-
background: #888;
|
104
|
-
}
|
105
|
-
|
106
|
-
/* Handle on hover */
|
107
|
-
::-webkit-scrollbar-thumb:hover {
|
108
|
-
background: #555;
|
109
|
-
}
|
@@ -1,158 +0,0 @@
|
|
1
|
-
$footerHeight: 50px;
|
2
|
-
$advancedEditor-sidebar-container-header-height: 24px;
|
3
|
-
|
4
|
-
#form-field-expression {
|
5
|
-
height: 50vh !important;
|
6
|
-
}
|
7
|
-
#form-field-content {
|
8
|
-
height: 70vh !important;
|
9
|
-
}
|
10
|
-
|
11
|
-
.advancedEditor-container {
|
12
|
-
overflow-y: scroll;
|
13
|
-
height: calc(100vh - #{$footerHeight} - #{$topbar-height} - 40px - 55px - 2px);
|
14
|
-
|
15
|
-
.advancedEditor-sidebar-container {
|
16
|
-
margin: 0.25rem;
|
17
|
-
border: 1px solid $gray-600;
|
18
|
-
overflow-x: hidden;
|
19
|
-
overflow-y: hidden;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.viewsTree-content {
|
24
|
-
overflow-y: auto;
|
25
|
-
overflow-x: auto;
|
26
|
-
height: 50vh;
|
27
|
-
}
|
28
|
-
|
29
|
-
.viewNode {
|
30
|
-
width: auto;
|
31
|
-
white-space: nowrap;
|
32
|
-
}
|
33
|
-
|
34
|
-
.d-grid {
|
35
|
-
display: grid;
|
36
|
-
}
|
37
|
-
|
38
|
-
.viewsTree-header {
|
39
|
-
background-color: $gray-600;
|
40
|
-
color: $gray-100;
|
41
|
-
padding: 0 0.5rem;
|
42
|
-
height: #{$advancedEditor-sidebar-container-header-height};
|
43
|
-
width: 100%;
|
44
|
-
}
|
45
|
-
|
46
|
-
.viewNode-content {
|
47
|
-
margin-left: 1rem;
|
48
|
-
}
|
49
|
-
|
50
|
-
.viewNode-container {
|
51
|
-
padding-left: 1rem;
|
52
|
-
background-color: $gray-100;
|
53
|
-
}
|
54
|
-
|
55
|
-
.viewNode-column {
|
56
|
-
padding-left: 0.5rem;
|
57
|
-
display: flex;
|
58
|
-
&:hover {
|
59
|
-
background-color: $primary;
|
60
|
-
color: $white;
|
61
|
-
small {
|
62
|
-
color: $white;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
small {
|
66
|
-
color: $gray-500;
|
67
|
-
padding-left: 0.25rem;
|
68
|
-
}
|
69
|
-
}
|
70
|
-
|
71
|
-
.expand-icon,
|
72
|
-
.viewNode-division,
|
73
|
-
.viewNode-header {
|
74
|
-
&:hover {
|
75
|
-
cursor: pointer;
|
76
|
-
}
|
77
|
-
}
|
78
|
-
|
79
|
-
.fit-content {
|
80
|
-
height: fit-content;
|
81
|
-
}
|
82
|
-
|
83
|
-
.viewNode-header {
|
84
|
-
width: 100%;
|
85
|
-
display: inline-flex;
|
86
|
-
&:not(:hover) {
|
87
|
-
.table-icon {
|
88
|
-
display: none;
|
89
|
-
}
|
90
|
-
}
|
91
|
-
&:hover {
|
92
|
-
background-color: $primary;
|
93
|
-
color: $white;
|
94
|
-
.table-icon {
|
95
|
-
display: inline-block;
|
96
|
-
}
|
97
|
-
}
|
98
|
-
}
|
99
|
-
|
100
|
-
.viewNode-division {
|
101
|
-
background-color: $gray-500;
|
102
|
-
color: $gray-100;
|
103
|
-
&:hover {
|
104
|
-
background-color: $primary;
|
105
|
-
color: $white;
|
106
|
-
}
|
107
|
-
display: flex;
|
108
|
-
height: fit-content;
|
109
|
-
}
|
110
|
-
|
111
|
-
.advancedEditor-testResult {
|
112
|
-
width: 100%;
|
113
|
-
top: 0;
|
114
|
-
}
|
115
|
-
|
116
|
-
.advancedEditor-testResultRow {
|
117
|
-
margin-right: 0;
|
118
|
-
}
|
119
|
-
|
120
|
-
.advancedEditor-testResultTable {
|
121
|
-
margin-right: 0;
|
122
|
-
margin-left: 0;
|
123
|
-
}
|
124
|
-
|
125
|
-
.advancedEditor-messages {
|
126
|
-
width: 100%;
|
127
|
-
}
|
128
|
-
|
129
|
-
.advancedEditor-footer {
|
130
|
-
position: relative;
|
131
|
-
bottom: 0;
|
132
|
-
height: $footerHeight;
|
133
|
-
width: 100%;
|
134
|
-
}
|
135
|
-
|
136
|
-
.footer-warningMessage {
|
137
|
-
align-self: center;
|
138
|
-
margin-right: 1rem;
|
139
|
-
border: solid $warning;
|
140
|
-
border-radius: 1rem;
|
141
|
-
padding: 0.1rem 0.5rem 0.1rem !important;
|
142
|
-
&:hover {
|
143
|
-
cursor: default;
|
144
|
-
}
|
145
|
-
}
|
146
|
-
|
147
|
-
.footer-languageCombo {
|
148
|
-
align-items: center;
|
149
|
-
span,
|
150
|
-
select,
|
151
|
-
button {
|
152
|
-
color: $gray-600;
|
153
|
-
}
|
154
|
-
}
|
155
|
-
|
156
|
-
#expression_help {
|
157
|
-
color: $secondary;
|
158
|
-
}
|
@@ -1,47 +0,0 @@
|
|
1
|
-
$footerHeight: 50px;
|
2
|
-
|
3
|
-
.userinterface-container {
|
4
|
-
display: flex;
|
5
|
-
overflow: hidden;
|
6
|
-
height: calc(100% - #{$footerHeight});
|
7
|
-
}
|
8
|
-
|
9
|
-
.user-interface-preview {
|
10
|
-
padding-top: 3px;
|
11
|
-
padding-bottom: 3px;
|
12
|
-
overflow-y: scroll;
|
13
|
-
height: 100%;
|
14
|
-
}
|
15
|
-
|
16
|
-
.userinterface-footer {
|
17
|
-
position: fixed;
|
18
|
-
bottom: 0;
|
19
|
-
left: 0;
|
20
|
-
height: $footerHeight;
|
21
|
-
width: 100%;
|
22
|
-
}
|
23
|
-
|
24
|
-
.user-interface-modeling-component {
|
25
|
-
height: calc(100vh - #{$topbar-height} - #{$breadcrumb-height});
|
26
|
-
}
|
27
|
-
|
28
|
-
.discount-tab-height{
|
29
|
-
height: calc(100vh - #{$topbar-height} - #{$breadcrumb-height} - 42px - 0.5rem) !important;
|
30
|
-
}
|
31
|
-
|
32
|
-
.propertyInput {
|
33
|
-
height: auto;
|
34
|
-
padding: 0px;
|
35
|
-
border-radius: 0rem;
|
36
|
-
width: 100%;
|
37
|
-
}
|
38
|
-
|
39
|
-
.propertyInput.form-check-input {
|
40
|
-
position: relative;
|
41
|
-
margin: 0;
|
42
|
-
border-radius: 0;
|
43
|
-
width: 1rem;
|
44
|
-
}
|
45
|
-
.editor-sidebar-col {
|
46
|
-
padding: 0;
|
47
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
.text-template-editor-result-preview {
|
2
|
-
background-color: #e5e5e5;
|
3
|
-
padding: 0.5rem;
|
4
|
-
border-radius: 3px;
|
5
|
-
}
|
6
|
-
|
7
|
-
#form-field-template,
|
8
|
-
#form-field-parameters {
|
9
|
-
border: 1px solid #e5e5e5;
|
10
|
-
border-radius: 5px;
|
11
|
-
}
|
12
|
-
|
13
|
-
.advanced-editor-separator-left {
|
14
|
-
border-left: 1px solid #e5e5e5;
|
15
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
.theme-editor-result-preview {
|
2
|
-
background-color: #e5e5e5;
|
3
|
-
padding: 0.5rem;
|
4
|
-
border-radius: 3px;
|
5
|
-
}
|
6
|
-
|
7
|
-
#form-field-template,
|
8
|
-
#form-field-parameters {
|
9
|
-
border: 1px solid #e5e5e5;
|
10
|
-
border-radius: 5px;
|
11
|
-
height: 50vh !important;
|
12
|
-
}
|
13
|
-
|
14
|
-
#form-field-viewjson {
|
15
|
-
border: 1px solid #e5e5e5;
|
16
|
-
border-radius: 5px;
|
17
|
-
height: calc(100% - 1.5rem) !important;
|
18
|
-
}
|
19
|
-
|
20
|
-
.advanced-editor-separator-left {
|
21
|
-
border-left: 1px solid #e5e5e5;
|
22
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
.omnia-unit-formula-part {
|
2
|
-
cursor: pointer;
|
3
|
-
}
|
4
|
-
|
5
|
-
.omnia-unit-formula-variable {
|
6
|
-
opacity: 0.5;
|
7
|
-
overflow: hidden;
|
8
|
-
-webkit-transition: width 0.25s ease-in;
|
9
|
-
-moz-transition: width 0.25s ease-in;
|
10
|
-
-o-transition: width 0.25s ease-in;
|
11
|
-
transition: width 0.25s ease-in;
|
12
|
-
&.omnia-unit-formula-variable-highlighted {
|
13
|
-
opacity: 1;
|
14
|
-
cursor: pointer;
|
15
|
-
&.omnia-unit-formula-variable-highlighted-animated {
|
16
|
-
width: 20% !important;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
|
2
|
-
.remote-ui-development-window {
|
3
|
-
border: 3px solid #c11c1c;
|
4
|
-
z-index: 2147483647;
|
5
|
-
position: absolute;
|
6
|
-
top: 0;
|
7
|
-
left: 0;
|
8
|
-
right: 0;
|
9
|
-
.remote-ui-development-window-controls-container {
|
10
|
-
width: 25%;
|
11
|
-
position: absolute;
|
12
|
-
top: -3px;
|
13
|
-
left: 35%;
|
14
|
-
background-color: $gray-200;
|
15
|
-
border: 1px solid $gray-400;
|
16
|
-
box-shadow: 0 0 4px $gray-600;
|
17
|
-
border-bottom-left-radius: 3px;
|
18
|
-
border-bottom-right-radius: 3px;
|
19
|
-
border-top: none;
|
20
|
-
.remote-ui-development-window-controls-listen-address {
|
21
|
-
padding: $btn-padding-y $btn-padding-x;
|
22
|
-
font-weight: 400;
|
23
|
-
display: inline-block;
|
24
|
-
border: 1px solid transparent;
|
25
|
-
overflow: hidden;
|
26
|
-
text-overflow: ellipsis;
|
27
|
-
max-width: calc(100% - 50px);
|
28
|
-
}
|
29
|
-
.remote-ui-development-window-stop-btn {
|
30
|
-
color: $danger;
|
31
|
-
float: right;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
}
|
@@ -1,146 +0,0 @@
|
|
1
|
-
@mixin no-margin {
|
2
|
-
margin: 0;
|
3
|
-
}
|
4
|
-
|
5
|
-
@mixin ellipsis-overflow {
|
6
|
-
overflow-x: hidden;
|
7
|
-
text-overflow: ellipsis;
|
8
|
-
}
|
9
|
-
|
10
|
-
$history-badge-size: 30px;
|
11
|
-
.history-panel-container {
|
12
|
-
position: absolute;
|
13
|
-
height: calc(100vh - #{$topbar-height} - 1px);
|
14
|
-
.history-panel {
|
15
|
-
position: absolute;
|
16
|
-
width: 100%;
|
17
|
-
right: 0;
|
18
|
-
background-color: $side-panel-bg-color;
|
19
|
-
border-left: 1px solid $side-panel-border-color;
|
20
|
-
padding-top: 1rem;
|
21
|
-
padding-bottom: 1rem;
|
22
|
-
height: 100%;
|
23
|
-
overflow-y: auto;
|
24
|
-
.history-panel-container-entries {
|
25
|
-
position: relative;
|
26
|
-
margin-bottom: 0.5rem;
|
27
|
-
&::before {
|
28
|
-
content: '';
|
29
|
-
position: absolute;
|
30
|
-
top: 0px;
|
31
|
-
left: calc(10% - 1px);
|
32
|
-
bottom: 0px;
|
33
|
-
width: 0px;
|
34
|
-
border: 2px solid;
|
35
|
-
color: $gray-400;
|
36
|
-
}
|
37
|
-
}
|
38
|
-
.history-panel-entry {
|
39
|
-
padding: 1rem 0;
|
40
|
-
margin: 2px 0;
|
41
|
-
border-radius: $border-radius;
|
42
|
-
&:hover {
|
43
|
-
cursor: pointer;
|
44
|
-
background-color: $gray-200;
|
45
|
-
}
|
46
|
-
&.history-panel-entry-active {
|
47
|
-
background-color: $gray-300;
|
48
|
-
}
|
49
|
-
.history-panel-entry-container-left {
|
50
|
-
float: left;
|
51
|
-
width: 20%;
|
52
|
-
position: relative;
|
53
|
-
.history-panel-entry-icon-container {
|
54
|
-
text-align: center;
|
55
|
-
width: 100%;
|
56
|
-
font-size: 125%;
|
57
|
-
.history-panel-entry-icon-badge {
|
58
|
-
position: absolute;
|
59
|
-
width: $history-badge-size;
|
60
|
-
height: $history-badge-size;
|
61
|
-
left: calc(50% - #{$history-badge-size} / 2);
|
62
|
-
border-radius: 50%;
|
63
|
-
border: 3px solid $gray-400;
|
64
|
-
i.fa {
|
65
|
-
vertical-align: middle;
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
}
|
70
|
-
.history-panel-entry-container-right {
|
71
|
-
float: right;
|
72
|
-
width: 80%;
|
73
|
-
padding-left: 0.2rem;
|
74
|
-
padding-right: 0.2rem;
|
75
|
-
}
|
76
|
-
.history-panel-entry-date {
|
77
|
-
@include no-margin();
|
78
|
-
font-size: small;
|
79
|
-
}
|
80
|
-
.history-panel-entry-author {
|
81
|
-
@include no-margin();
|
82
|
-
@include ellipsis-overflow();
|
83
|
-
font-size: small;
|
84
|
-
color: $gray-700;
|
85
|
-
}
|
86
|
-
.history-panel-entry-state {
|
87
|
-
@include no-margin();
|
88
|
-
@include ellipsis-overflow();
|
89
|
-
font-weight: bold;
|
90
|
-
color: $gray-700;
|
91
|
-
}
|
92
|
-
.history-panel-entry-details {
|
93
|
-
@include no-margin();
|
94
|
-
@include ellipsis-overflow();
|
95
|
-
font-size: small;
|
96
|
-
color: $gray-700;
|
97
|
-
}
|
98
|
-
.history-panel-entry-comment {
|
99
|
-
@include no-margin();
|
100
|
-
@include ellipsis-overflow();
|
101
|
-
font-size: small;
|
102
|
-
color: $gray-600;
|
103
|
-
}
|
104
|
-
&.history-panel-entry-created {
|
105
|
-
.history-panel-entry-icon-badge {
|
106
|
-
background-color: $success;
|
107
|
-
}
|
108
|
-
}
|
109
|
-
&.history-panel-entry-updated {
|
110
|
-
.history-panel-entry-icon-badge {
|
111
|
-
background-color: $warning;
|
112
|
-
}
|
113
|
-
}
|
114
|
-
&.history-panel-entry-sensitivedatadestroyed {
|
115
|
-
.history-panel-entry-icon-badge {
|
116
|
-
background-color: $orange;
|
117
|
-
}
|
118
|
-
}
|
119
|
-
&.history-panel-entry-removed {
|
120
|
-
.history-panel-entry-icon-badge {
|
121
|
-
background-color: $danger;
|
122
|
-
}
|
123
|
-
}
|
124
|
-
&.history-panel-entry-statechanged {
|
125
|
-
.history-panel-entry-icon-badge {
|
126
|
-
background-color: $cyan;
|
127
|
-
}
|
128
|
-
}
|
129
|
-
}
|
130
|
-
}
|
131
|
-
}
|
132
|
-
|
133
|
-
@media (min-width: map-get($grid-breakpoints, 'lg')) {
|
134
|
-
.history-panel-container {
|
135
|
-
position: relative;
|
136
|
-
.history-panel {
|
137
|
-
width: inherit;
|
138
|
-
}
|
139
|
-
}
|
140
|
-
}
|
141
|
-
|
142
|
-
@media (max-width: map-get($grid-breakpoints, 'lg')) {
|
143
|
-
.history-panel-container {
|
144
|
-
height: 100%;
|
145
|
-
}
|
146
|
-
}
|