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,21 +0,0 @@
|
|
1
|
-
// Icon Sizes
|
2
|
-
// -------------------------
|
3
|
-
|
4
|
-
/* makes the font 33% larger relative to the icon container */
|
5
|
-
.#{$fa-css-prefix}-lg {
|
6
|
-
font-size: (4em / 3);
|
7
|
-
line-height: (3em / 4);
|
8
|
-
vertical-align: -15%;
|
9
|
-
}
|
10
|
-
.#{$fa-css-prefix}-2x {
|
11
|
-
font-size: 2em;
|
12
|
-
}
|
13
|
-
.#{$fa-css-prefix}-3x {
|
14
|
-
font-size: 3em;
|
15
|
-
}
|
16
|
-
.#{$fa-css-prefix}-4x {
|
17
|
-
font-size: 4em;
|
18
|
-
}
|
19
|
-
.#{$fa-css-prefix}-5x {
|
20
|
-
font-size: 5em;
|
21
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
// List Icons
|
2
|
-
// -------------------------
|
3
|
-
|
4
|
-
.#{$fa-css-prefix}-ul {
|
5
|
-
padding-left: 0;
|
6
|
-
margin-left: $fa-li-width;
|
7
|
-
list-style-type: none;
|
8
|
-
> li {
|
9
|
-
position: relative;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
.#{$fa-css-prefix}-li {
|
13
|
-
position: absolute;
|
14
|
-
left: -$fa-li-width;
|
15
|
-
width: $fa-li-width;
|
16
|
-
top: (2em / 14);
|
17
|
-
text-align: center;
|
18
|
-
&.#{$fa-css-prefix}-lg {
|
19
|
-
left: -$fa-li-width + (4em / 14);
|
20
|
-
}
|
21
|
-
}
|
@@ -1,58 +0,0 @@
|
|
1
|
-
// Mixins
|
2
|
-
// --------------------------
|
3
|
-
|
4
|
-
@mixin fa-icon() {
|
5
|
-
display: inline-block;
|
6
|
-
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
|
7
|
-
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
8
|
-
text-rendering: auto; // optimizelegibility throws things off #1094
|
9
|
-
-webkit-font-smoothing: antialiased;
|
10
|
-
-moz-osx-font-smoothing: grayscale;
|
11
|
-
}
|
12
|
-
|
13
|
-
@mixin fa-icon-rotate($degrees, $rotation) {
|
14
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})';
|
15
|
-
-webkit-transform: rotate($degrees);
|
16
|
-
-ms-transform: rotate($degrees);
|
17
|
-
transform: rotate($degrees);
|
18
|
-
}
|
19
|
-
|
20
|
-
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
21
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)';
|
22
|
-
-webkit-transform: scale($horiz, $vert);
|
23
|
-
-ms-transform: scale($horiz, $vert);
|
24
|
-
transform: scale($horiz, $vert);
|
25
|
-
}
|
26
|
-
|
27
|
-
// Only display content to screen readers. A la Bootstrap 4.
|
28
|
-
//
|
29
|
-
// See: http://a11yproject.com/posts/how-to-hide-content/
|
30
|
-
|
31
|
-
@mixin sr-only {
|
32
|
-
position: absolute;
|
33
|
-
width: 1px;
|
34
|
-
height: 1px;
|
35
|
-
padding: 0;
|
36
|
-
margin: -1px;
|
37
|
-
overflow: hidden;
|
38
|
-
clip: rect(0, 0, 0, 0);
|
39
|
-
border: 0;
|
40
|
-
}
|
41
|
-
|
42
|
-
// Use in conjunction with .sr-only to only display content when it's focused.
|
43
|
-
//
|
44
|
-
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
45
|
-
//
|
46
|
-
// Credit: HTML5 Boilerplate
|
47
|
-
|
48
|
-
@mixin sr-only-focusable {
|
49
|
-
&:active,
|
50
|
-
&:focus {
|
51
|
-
position: static;
|
52
|
-
width: auto;
|
53
|
-
height: auto;
|
54
|
-
margin: 0;
|
55
|
-
overflow: visible;
|
56
|
-
clip: auto;
|
57
|
-
}
|
58
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/* FONT PATH
|
2
|
-
* -------------------------- */
|
3
|
-
|
4
|
-
@font-face {
|
5
|
-
font-family: 'FontAwesome';
|
6
|
-
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
|
7
|
-
src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
|
8
|
-
url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
|
9
|
-
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
|
10
|
-
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
|
11
|
-
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
|
12
|
-
// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
13
|
-
font-weight: normal;
|
14
|
-
font-style: normal;
|
15
|
-
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
// Rotated & Flipped Icons
|
2
|
-
// -------------------------
|
3
|
-
|
4
|
-
.#{$fa-css-prefix}-rotate-90 {
|
5
|
-
@include fa-icon-rotate(90deg, 1);
|
6
|
-
}
|
7
|
-
.#{$fa-css-prefix}-rotate-180 {
|
8
|
-
@include fa-icon-rotate(180deg, 2);
|
9
|
-
}
|
10
|
-
.#{$fa-css-prefix}-rotate-270 {
|
11
|
-
@include fa-icon-rotate(270deg, 3);
|
12
|
-
}
|
13
|
-
|
14
|
-
.#{$fa-css-prefix}-flip-horizontal {
|
15
|
-
@include fa-icon-flip(-1, 1, 0);
|
16
|
-
}
|
17
|
-
.#{$fa-css-prefix}-flip-vertical {
|
18
|
-
@include fa-icon-flip(1, -1, 2);
|
19
|
-
}
|
20
|
-
|
21
|
-
// Hook for IE8-9
|
22
|
-
// -------------------------
|
23
|
-
|
24
|
-
:root .#{$fa-css-prefix}-rotate-90,
|
25
|
-
:root .#{$fa-css-prefix}-rotate-180,
|
26
|
-
:root .#{$fa-css-prefix}-rotate-270,
|
27
|
-
:root .#{$fa-css-prefix}-flip-horizontal,
|
28
|
-
:root .#{$fa-css-prefix}-flip-vertical {
|
29
|
-
filter: none;
|
30
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
// Stacked Icons
|
2
|
-
// -------------------------
|
3
|
-
|
4
|
-
.#{$fa-css-prefix}-stack {
|
5
|
-
position: relative;
|
6
|
-
display: inline-block;
|
7
|
-
width: 2em;
|
8
|
-
height: 2em;
|
9
|
-
line-height: 2em;
|
10
|
-
vertical-align: middle;
|
11
|
-
}
|
12
|
-
.#{$fa-css-prefix}-stack-1x,
|
13
|
-
.#{$fa-css-prefix}-stack-2x {
|
14
|
-
position: absolute;
|
15
|
-
left: 0;
|
16
|
-
width: 100%;
|
17
|
-
text-align: center;
|
18
|
-
}
|
19
|
-
.#{$fa-css-prefix}-stack-1x {
|
20
|
-
line-height: inherit;
|
21
|
-
}
|
22
|
-
.#{$fa-css-prefix}-stack-2x {
|
23
|
-
font-size: 2em;
|
24
|
-
}
|
25
|
-
.#{$fa-css-prefix}-inverse {
|
26
|
-
color: $fa-inverse;
|
27
|
-
}
|