@oat-sa/tao-core-ui 1.58.2 → 1.59.0
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/package.json +1 -1
- package/scss/.DS_Store +0 -0
- package/scss/ckeditor/.DS_Store +0 -0
- package/scss/ckeditor/skins/.DS_Store +0 -0
- package/scss/ckeditor/skins/tao/.DS_Store +0 -0
- package/scss/ckeditor/skins/tao/scss/editor.scss +17 -0
- package/scss/ckeditor/skins/tao/scss/inc/_menu.scss +1 -6
- package/src/.DS_Store +0 -0
- package/src/css/basic.css +7835 -0
- package/src/css/basic.css.map +1 -0
- package/src/css/ckeditor/skins/tao/css/dialog.css +950 -0
- package/src/css/ckeditor/skins/tao/css/dialog.css.map +1 -0
- package/src/css/ckeditor/skins/tao/css/editor.css +1850 -0
- package/src/css/ckeditor/skins/tao/css/editor.css.map +1 -0
- package/src/scss/.DS_Store +0 -0
- package/src/scss/basic.scss +16 -0
- package/src/scss/ckeditor/skins/tao/scss/dialog.scss +763 -0
- package/src/scss/ckeditor/skins/tao/scss/editor.scss +111 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +59 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_colorpanel.scss +118 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_elementspath.scss +69 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_mainui.scss +194 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_menu.scss +181 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_panel.scss +200 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_presets.scss +32 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_reset.scss +101 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_richcombo.scss +213 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_tao.scss +59 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_toolbar.scss +301 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff.b64 +1 -0
- package/src/scss/font/tao/tao.eot +0 -0
- package/src/scss/font/tao/tao.svg +235 -0
- package/src/scss/font/tao/tao.ttf +0 -0
- package/src/scss/font/tao/tao.woff +0 -0
- package/src/scss/inc/_base.scss +496 -0
- package/src/scss/inc/_bootstrap.scss +6 -0
- package/src/scss/inc/_buttons.scss +114 -0
- package/src/scss/inc/_colors.scss +88 -0
- package/src/scss/inc/_feedback.scss +150 -0
- package/src/scss/inc/_flex-grid.scss +15 -0
- package/src/scss/inc/_fonts.scss +4 -0
- package/src/scss/inc/_forms.scss +827 -0
- package/src/scss/inc/_functions.scss +283 -0
- package/src/scss/inc/_grid.scss +66 -0
- package/src/scss/inc/_jquery.nouislider.scss +254 -0
- package/src/scss/inc/_normalize.scss +528 -0
- package/src/scss/inc/_report.scss +68 -0
- package/src/scss/inc/_secondary-properties.scss +89 -0
- package/src/scss/inc/_select2.scss +634 -0
- package/src/scss/inc/_toolbars.scss +155 -0
- package/src/scss/inc/_tooltip.scss +312 -0
- package/src/scss/inc/_variables.scss +21 -0
- package/src/scss/inc/base/_highlight.scss +5 -0
- package/src/scss/inc/base/_list-style.scss +59 -0
- package/src/scss/inc/base/_svg.scss +3 -0
- package/src/scss/inc/base/_table.scss +63 -0
- package/src/scss/inc/fonts/_source-sans-pro.scss +29 -0
- package/src/scss/inc/fonts/_tao-icon-classes.scss +226 -0
- package/src/scss/inc/fonts/_tao-icon-def.scss +12 -0
- package/src/scss/inc/fonts/_tao-icon-vars.scss +240 -0
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
// ckeditor js and css files in @oat-sa/tao-core-shared-libs/lib/ckeditor
|
|
2
|
+
// tao-core-shared-libs-fe/lib/ckeditor/README.md - how to update tao skins
|
|
3
|
+
@import "ckeditor/skins/tao/scss/inc/toolbar";
|
|
4
|
+
@import "ckeditor/skins/tao/scss/editor";
|
|
5
|
+
@import "ckeditor/skins/tao/scss/inc/tao";
|
|
6
|
+
@import "ckeditor/skins/tao/scss/inc/mainui";
|
|
7
|
+
@import "ckeditor/skins/tao/scss/inc/ck-icons";
|
|
8
|
+
|
|
9
|
+
.tlb {
|
|
10
|
+
@extend .cke;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.tlb-bar {
|
|
14
|
+
@extend .cke_toolbar;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.tlb-box {
|
|
18
|
+
@extend .cke_toolbox !optional;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.tlb-break {
|
|
22
|
+
@extend .cke_toolbar_break;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.tlb .tlb-bar .tlb-button-on,
|
|
26
|
+
.tlb .tlb-bar .tlb-button-off,
|
|
27
|
+
.tlb .tlb-bar .tlb-button-disabled {
|
|
28
|
+
@extend .cke_button;
|
|
29
|
+
height: 18px;
|
|
30
|
+
padding: 4px 6px;
|
|
31
|
+
float: left;
|
|
32
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
33
|
+
@extend .cke_button_icon;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.tlb-button-off {
|
|
38
|
+
@extend .cke_button_off;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.tlb-button-on, .tlb-button-off:focus {
|
|
42
|
+
@extend .cke_button_on;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.tlb .tlb-top .tlb-bar .tlb-button-disabled,
|
|
46
|
+
.tlb .tlb-top .tlb-bar .disabled{
|
|
47
|
+
opacity: .5;
|
|
48
|
+
background: white !important;
|
|
49
|
+
&:hover {
|
|
50
|
+
background: white !important;
|
|
51
|
+
color: $textColor !important;
|
|
52
|
+
}
|
|
53
|
+
span {
|
|
54
|
+
opacity: 0.3
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.tlb-end {
|
|
59
|
+
@extend .cke_toolbar_end !optional;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.tlb-group {
|
|
63
|
+
@extend .cke_toolgroup;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.tlb-separator {
|
|
67
|
+
@extend .cke_toolbar_separator;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.tlb-start {
|
|
71
|
+
@extend .cke_toolbar_start !optional;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.tlb-top {
|
|
75
|
+
@extend .cke_top;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.tlb-spacer {
|
|
79
|
+
@extend .cke_toolbar;
|
|
80
|
+
display: inline-block;
|
|
81
|
+
min-width: 28px;
|
|
82
|
+
height: 2px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.tlb-title {
|
|
86
|
+
@extend .truncate;
|
|
87
|
+
line-height: 2.5;
|
|
88
|
+
float: left;
|
|
89
|
+
padding: 0 6px;
|
|
90
|
+
cursor: default
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.tlb-wrapper {
|
|
94
|
+
background: $uiClickableDefaultBg;
|
|
95
|
+
@include box-shadow();
|
|
96
|
+
.tlb {
|
|
97
|
+
float: right;
|
|
98
|
+
}
|
|
99
|
+
.tlb, .tlb-top {
|
|
100
|
+
-webkit-box-shadow: none;
|
|
101
|
+
-moz-box-shadow: none;
|
|
102
|
+
box-shadow: none;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.tlb-text-button-box {
|
|
107
|
+
@extend .cke_combo;
|
|
108
|
+
[class^="tlb-text-button-"], [class*=" tlb-text-button-"] {
|
|
109
|
+
@extend .cke_combo_button;
|
|
110
|
+
@include border-radius(2);
|
|
111
|
+
&:hover {
|
|
112
|
+
background: $uiClickableHoverBg;
|
|
113
|
+
color: $textHighlight;
|
|
114
|
+
.tlb-text , [class^="icon-"], [class*=" icon-"] {
|
|
115
|
+
color: $textHighlight;
|
|
116
|
+
text-shadow: none;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
.tlb-text {
|
|
120
|
+
cursor: pointer;
|
|
121
|
+
@extend .cke_combo_text;
|
|
122
|
+
padding-left: 7px !important;
|
|
123
|
+
padding-right: 7px;
|
|
124
|
+
width: auto;
|
|
125
|
+
color: $textColor;
|
|
126
|
+
}
|
|
127
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
128
|
+
cursor: pointer;
|
|
129
|
+
color: $textColor;
|
|
130
|
+
line-height: 26px;
|
|
131
|
+
float: left;
|
|
132
|
+
padding-left: 6px;;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
.tlb-text-button-disabled, .disabled {
|
|
136
|
+
cursor: default !important;
|
|
137
|
+
background: white !important;
|
|
138
|
+
.tlb-text, [class^="icon-"], [class*=" icon-"] {
|
|
139
|
+
color: $textColor !important;
|
|
140
|
+
cursor: default !important;
|
|
141
|
+
text-shadow: 1px 1px 0 rgba(255, 255, 255, 1) !important;
|
|
142
|
+
opacity: .4;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
.tlb-text-button-on, &:focus {
|
|
146
|
+
background-color: $info;
|
|
147
|
+
color: $textHighlight;
|
|
148
|
+
text-shadow: 1px 1px 0 black(.2) !important;
|
|
149
|
+
.tlb-text , [class^="icon-"], [class*=" icon-"] {
|
|
150
|
+
text-shadow: none;
|
|
151
|
+
color: $textHighlight;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
@import 'inc/bootstrap';
|
|
2
|
+
|
|
3
|
+
$dark : #404040;
|
|
4
|
+
|
|
5
|
+
.tooltip{
|
|
6
|
+
.tooltip-inner{
|
|
7
|
+
-moz-border-radius: 4px 4px 0 0;
|
|
8
|
+
-webkit-border-radius: 4px 4px 0 0;
|
|
9
|
+
border-radius: 4px 4px 0 0;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.tooltip-content{
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
.tooltip-inner{
|
|
16
|
+
.tooltip-content{
|
|
17
|
+
display: block;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.popper,
|
|
22
|
+
.tooltip[role="tooltip"] {
|
|
23
|
+
position: absolute;
|
|
24
|
+
/*background: #FFC107;*/
|
|
25
|
+
|
|
26
|
+
color: black;
|
|
27
|
+
min-width: 100px;
|
|
28
|
+
max-width: 250px;
|
|
29
|
+
/*box-shadow: 0 0 2px rgba(0,0,0,0.5);*/
|
|
30
|
+
box-shadow: none;
|
|
31
|
+
padding: 2px 5px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-size: .8em;
|
|
34
|
+
z-index: 2000;
|
|
35
|
+
word-break: normal;
|
|
36
|
+
overflow-wrap: break-word;
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
border-style: solid;
|
|
39
|
+
border-width: 1px;
|
|
40
|
+
border-radius: 5px;
|
|
41
|
+
|
|
42
|
+
}
|
|
43
|
+
.style5 .tooltip {
|
|
44
|
+
background: #1E252B;
|
|
45
|
+
color: #FFFFFF;
|
|
46
|
+
max-width: 200px;
|
|
47
|
+
width: auto;
|
|
48
|
+
font-size: .8rem;
|
|
49
|
+
padding: .5em 1em;
|
|
50
|
+
}
|
|
51
|
+
.popper .popper__arrow,
|
|
52
|
+
.tooltip .tooltip-arrow {
|
|
53
|
+
width: 0;
|
|
54
|
+
height: 0;
|
|
55
|
+
border-style: solid;
|
|
56
|
+
position: absolute;
|
|
57
|
+
margin: 5px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.tooltip .tooltip-arrow::before,
|
|
61
|
+
.popper .popper__arrow::before {
|
|
62
|
+
content: '';
|
|
63
|
+
display: block;
|
|
64
|
+
width: 0;
|
|
65
|
+
height: 0;
|
|
66
|
+
border-style: solid;
|
|
67
|
+
position: absolute;
|
|
68
|
+
}
|
|
69
|
+
.style5 .tooltip .tooltip-arrow {
|
|
70
|
+
border-color: red !important;
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
.popper[x-placement^="top"],
|
|
74
|
+
.tooltip[x-placement^="top"] {
|
|
75
|
+
margin-bottom: 5px;
|
|
76
|
+
}
|
|
77
|
+
.popper[x-placement^="top"] .popper__arrow,
|
|
78
|
+
.tooltip[x-placement^="top"] .tooltip-arrow {
|
|
79
|
+
border-width: 5px 5px 0 5px;
|
|
80
|
+
border-left-color: transparent;
|
|
81
|
+
border-right-color: transparent;
|
|
82
|
+
border-bottom-color: transparent;
|
|
83
|
+
bottom: -5px;
|
|
84
|
+
left: calc(50% - 5px);
|
|
85
|
+
margin-top: 0;
|
|
86
|
+
margin-bottom: 0;
|
|
87
|
+
}
|
|
88
|
+
.popper[x-placement^="top"] .popper__arrow::before,
|
|
89
|
+
.tooltip[x-placement^="top"] .tooltip-arrow::before {
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
border-width: 3px 3px 0 3px;
|
|
93
|
+
border-left-color: transparent;
|
|
94
|
+
border-right-color: transparent;
|
|
95
|
+
border-bottom-color: transparent;
|
|
96
|
+
top: -5px;
|
|
97
|
+
left: calc(50% - 3px);
|
|
98
|
+
|
|
99
|
+
}
|
|
100
|
+
.popper[x-placement^="bottom"],
|
|
101
|
+
.tooltip[x-placement^="bottom"] {
|
|
102
|
+
margin-top: 5px;
|
|
103
|
+
}
|
|
104
|
+
.tooltip[x-placement^="bottom"] .tooltip-arrow,
|
|
105
|
+
.popper[x-placement^="bottom"] .popper__arrow {
|
|
106
|
+
border-width: 0 5px 5px 5px;
|
|
107
|
+
border-left-color: transparent;
|
|
108
|
+
border-right-color: transparent;
|
|
109
|
+
border-top-color: transparent;
|
|
110
|
+
top: -5px;
|
|
111
|
+
left: calc(50% - 5px);
|
|
112
|
+
margin-top: 0;
|
|
113
|
+
margin-bottom: 0;
|
|
114
|
+
}
|
|
115
|
+
.tooltip[x-placement^="bottom"] .tooltip-arrow::before,
|
|
116
|
+
.popper[x-placement^="bottom"] .popper__arrow::before {
|
|
117
|
+
|
|
118
|
+
border-width: 0 3px 3px 3px;
|
|
119
|
+
border-left-color: transparent;
|
|
120
|
+
border-right-color: transparent;
|
|
121
|
+
border-top-color: transparent;
|
|
122
|
+
bottom: -5px;
|
|
123
|
+
left: calc(50% - 3px);
|
|
124
|
+
margin-top: 0;
|
|
125
|
+
margin-bottom: 0;
|
|
126
|
+
}
|
|
127
|
+
.tooltip[x-placement^="right"],
|
|
128
|
+
.popper[x-placement^="right"] {
|
|
129
|
+
margin-left: 5px;
|
|
130
|
+
}
|
|
131
|
+
.popper[x-placement^="right"] .popper__arrow,
|
|
132
|
+
.tooltip[x-placement^="right"] .tooltip-arrow {
|
|
133
|
+
border-width: 5px 5px 5px 0;
|
|
134
|
+
border-left-color: transparent;
|
|
135
|
+
border-top-color: transparent;
|
|
136
|
+
border-bottom-color: transparent;
|
|
137
|
+
left: -5px;
|
|
138
|
+
top: calc(50% - 5px);
|
|
139
|
+
margin-left: 0;
|
|
140
|
+
margin-right: 0;
|
|
141
|
+
}
|
|
142
|
+
.popper[x-placement^="right"] .popper__arrow::before,
|
|
143
|
+
.tooltip[x-placement^="right"] .tooltip-arrow::before {
|
|
144
|
+
border-width: 3px 3px 3px 0;
|
|
145
|
+
border-left-color: transparent;
|
|
146
|
+
border-top-color: transparent;
|
|
147
|
+
border-bottom-color: transparent;
|
|
148
|
+
right: -5px;
|
|
149
|
+
top: calc(50% - 3px);
|
|
150
|
+
margin-left: 0;
|
|
151
|
+
margin-right: 0;
|
|
152
|
+
}
|
|
153
|
+
.popper[x-placement^="left"],
|
|
154
|
+
.tooltip[x-placement^="left"] {
|
|
155
|
+
margin-right: 5px;
|
|
156
|
+
}
|
|
157
|
+
.popper[x-placement^="left"] .popper__arrow,
|
|
158
|
+
.tooltip[x-placement^="left"] .tooltip-arrow {
|
|
159
|
+
border-width: 5px 0 5px 5px;
|
|
160
|
+
border-top-color: transparent;
|
|
161
|
+
border-right-color: transparent;
|
|
162
|
+
border-bottom-color: transparent;
|
|
163
|
+
right: -5px;
|
|
164
|
+
top: calc(50% - 5px);
|
|
165
|
+
margin-left: 0;
|
|
166
|
+
margin-right: 0;
|
|
167
|
+
}
|
|
168
|
+
.popper[x-placement^="left"] .popper__arrow::before,
|
|
169
|
+
.tooltip[x-placement^="left"] .tooltip-arrow::before {
|
|
170
|
+
|
|
171
|
+
border-width: 3px 0 3px 3px;
|
|
172
|
+
border-top-color: transparent;
|
|
173
|
+
border-right-color: transparent;
|
|
174
|
+
border-bottom-color: transparent;
|
|
175
|
+
top: calc(50% - 3px);
|
|
176
|
+
left:-5px;
|
|
177
|
+
margin-left: 0;
|
|
178
|
+
margin-right: 0;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
.tooltip-plain {
|
|
184
|
+
background-color: $darkBlueGrey;
|
|
185
|
+
border: solid 1px darken($darkBlueGrey, 30%);
|
|
186
|
+
.tooltip-arrow{
|
|
187
|
+
border-color: darken($darkBlueGrey, 30%);;
|
|
188
|
+
}
|
|
189
|
+
.tooltip-arrow::before{
|
|
190
|
+
border-color: $darkBlueGrey;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
.tooltip-dark{
|
|
194
|
+
background-color: $dark;
|
|
195
|
+
border: solid 1px darken($dark, 30%);
|
|
196
|
+
color: $textHighlight;
|
|
197
|
+
.tooltip-arrow{
|
|
198
|
+
border-color: $dark;
|
|
199
|
+
}
|
|
200
|
+
.tooltip-arrow::before{
|
|
201
|
+
border-color: $dark;
|
|
202
|
+
}
|
|
203
|
+
.tooltip-inner{
|
|
204
|
+
background-color: $dark;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.tooltip-icon{
|
|
208
|
+
border-color: $dark;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.tooltip-inner .ui-state-hover{
|
|
212
|
+
border-color: #303030;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
.tooltip-red{
|
|
218
|
+
@extend .feedback-error;
|
|
219
|
+
color: $textColor;
|
|
220
|
+
.tooltip-arrow{
|
|
221
|
+
border-color: $errorBorderColor;
|
|
222
|
+
}
|
|
223
|
+
.tooltip-arrow::before{
|
|
224
|
+
border-color: $errorBgColor;
|
|
225
|
+
}
|
|
226
|
+
.tooltip-close .tooltip-icon{
|
|
227
|
+
background-position: -102px 0;
|
|
228
|
+
}
|
|
229
|
+
.tooltip-icon{
|
|
230
|
+
border-color: $textColor;
|
|
231
|
+
}
|
|
232
|
+
.tooltip-inner .ui-state-hover{
|
|
233
|
+
border-color: $textColor;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
/*! Green tooltip style */
|
|
237
|
+
.tooltip-green{
|
|
238
|
+
@extend .feedback-success;
|
|
239
|
+
color: $textColor;
|
|
240
|
+
.tooltip-arrow{
|
|
241
|
+
border-color: $successBorderColor;
|
|
242
|
+
}
|
|
243
|
+
.tooltip-arrow::before{
|
|
244
|
+
border-color: $successBgColor;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.tooltip-close .tooltip-icon{
|
|
248
|
+
background-position: -42px 0;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
/*! Blue tooltip style */
|
|
252
|
+
.tooltip-blue{
|
|
253
|
+
@extend .feedback-info;
|
|
254
|
+
color: $textColor;
|
|
255
|
+
|
|
256
|
+
.tooltip-arrow{
|
|
257
|
+
border-color: $infoBorderColor;
|
|
258
|
+
}
|
|
259
|
+
.tooltip-arrow::before{
|
|
260
|
+
border-color: $infoBgColor;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.tooltip-close .tooltip-icon{
|
|
264
|
+
background-position: -2px 0;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
/*! Orange tooltip style */
|
|
268
|
+
.tooltip-orange{
|
|
269
|
+
@extend .feedback-warning;
|
|
270
|
+
color: $textColor;
|
|
271
|
+
|
|
272
|
+
.tooltip-arrow{
|
|
273
|
+
border-color: $warningBorderColor;
|
|
274
|
+
}
|
|
275
|
+
.tooltip-arrow::before{
|
|
276
|
+
border-color: $warningBgColor;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.tooltip-close .tooltip-icon{
|
|
280
|
+
background-position: -102px 0;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.tooltip-icon{
|
|
284
|
+
border-color: $textColor;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.tooltip-inner .ui-state-hover{
|
|
288
|
+
border-color: $textColor;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/*! Danger (mix of read and orange) tooltip style */
|
|
293
|
+
.tooltip-danger{
|
|
294
|
+
@extend .feedback-danger;
|
|
295
|
+
color: $textColor;
|
|
296
|
+
|
|
297
|
+
.tooltip-arrow{
|
|
298
|
+
border-color: $dangerBorderColor;
|
|
299
|
+
}
|
|
300
|
+
.tooltip-arrow::before{
|
|
301
|
+
border-color: $dangerBgColor;
|
|
302
|
+
}
|
|
303
|
+
.tooltip-icon{
|
|
304
|
+
background-position: -102px 0;
|
|
305
|
+
}
|
|
306
|
+
.tooltip-icon{
|
|
307
|
+
border-color: $textColor;
|
|
308
|
+
}
|
|
309
|
+
.tooltip-inner .ui-state-hover{
|
|
310
|
+
border-color: $textColor;
|
|
311
|
+
}
|
|
312
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
$sidebarWidth: 180;
|
|
2
|
+
$sidebarGutter: 0;
|
|
3
|
+
$toolbarHeight: 50;
|
|
4
|
+
$treeSidebar: 280;
|
|
5
|
+
|
|
6
|
+
// fonts
|
|
7
|
+
$fontPath : 'font/' !default;
|
|
8
|
+
$monospaceFont: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
|
|
9
|
+
$regularFont: 'Source Sans Pro', sans-serif;
|
|
10
|
+
$headingFont: 'Source Sans Pro', sans-serif;
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
%clearfix {
|
|
14
|
+
&:before, &:after {
|
|
15
|
+
content: " ";
|
|
16
|
+
display: table;
|
|
17
|
+
}
|
|
18
|
+
&:after {
|
|
19
|
+
clear: both;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
ul, ol {
|
|
2
|
+
padding-left: 40px;
|
|
3
|
+
&.plain, &.none {
|
|
4
|
+
padding: 0;
|
|
5
|
+
margin: 0;
|
|
6
|
+
list-style: none;
|
|
7
|
+
}
|
|
8
|
+
li {
|
|
9
|
+
vertical-align: text-top !important;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
nav {
|
|
14
|
+
ul {
|
|
15
|
+
padding: 0;
|
|
16
|
+
margin: 0;
|
|
17
|
+
list-style: none;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// according to https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type these styles are the most compatible ones
|
|
22
|
+
// disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-latin|upper-latin|armenian|georgian|lower-alpha|upper-alpha|none. lower|upper-latin are aliases of lower|upper-roman
|
|
23
|
+
$list_styles: disc,circle,square,decimal,decimal-leading-zero,lower-roman,upper-roman,lower-greek,lower-latin,upper-latin,armenian,georgian,lower-alpha,upper-alpha,none;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
@for $i from 1 through length($list_styles) {
|
|
27
|
+
ul.#{nth($list_styles, $i)}, ol.#{nth($list_styles, $i)} {
|
|
28
|
+
list-style-type: #{nth($list_styles, $i)};
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// this part enables list styles on all elements by using CSS counter, the required class name is e.g. list-style-disc
|
|
33
|
+
// exp.
|
|
34
|
+
// <parent class="list-style-disc">
|
|
35
|
+
// <child> -> parent > p | parent > div | parent > li has a bullet
|
|
36
|
+
|
|
37
|
+
[class^="list-style-"], [class*=" list-style-"] {
|
|
38
|
+
|
|
39
|
+
counter-reset: custom-counter;
|
|
40
|
+
|
|
41
|
+
&>p, &>div, &>li {
|
|
42
|
+
&::before {
|
|
43
|
+
counter-increment: custom-counter;
|
|
44
|
+
width: 20px;
|
|
45
|
+
display: inline-block;
|
|
46
|
+
text-align: center;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@for $i from 1 through length($list_styles) {
|
|
51
|
+
&.list-style-#{nth($list_styles, $i)} {
|
|
52
|
+
&>p, &>div, &>li {
|
|
53
|
+
&::before {
|
|
54
|
+
content: counter(custom-counter, #{nth($list_styles, $i)});
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
table {
|
|
2
|
+
border-collapse: collapse;
|
|
3
|
+
border-spacing: 0;
|
|
4
|
+
margin: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
&.matrix {
|
|
7
|
+
|
|
8
|
+
width: 100%;
|
|
9
|
+
border: 6px solid whiten($uiClickableDefaultBg, .5);
|
|
10
|
+
margin-bottom: 10px;
|
|
11
|
+
td, th {
|
|
12
|
+
font-weight: normal;
|
|
13
|
+
padding: 3px 5px;
|
|
14
|
+
border: 1px solid #ddd;
|
|
15
|
+
}
|
|
16
|
+
th {
|
|
17
|
+
text-align: left;
|
|
18
|
+
vertical-align: middle;
|
|
19
|
+
background: whiten($uiClickableDefaultBg, .5);
|
|
20
|
+
}
|
|
21
|
+
td {
|
|
22
|
+
background: transparent;
|
|
23
|
+
text-align: left;
|
|
24
|
+
padding: 2px;
|
|
25
|
+
&.numeric {
|
|
26
|
+
text-align: right;
|
|
27
|
+
}
|
|
28
|
+
label {
|
|
29
|
+
display: block;
|
|
30
|
+
margin: 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
tr {
|
|
34
|
+
&:nth-child(even){background: white;}
|
|
35
|
+
&:nth-child(odd){background: lighten($lightBlueGrey,5)}
|
|
36
|
+
}
|
|
37
|
+
[data-edit], [data-edit] * {
|
|
38
|
+
border: none;
|
|
39
|
+
padding: 6px;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
}
|
|
42
|
+
tbody [data-edit] {
|
|
43
|
+
width: 30px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* fake table stuff */
|
|
49
|
+
.tbl {
|
|
50
|
+
display: table;
|
|
51
|
+
float: none !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.tbl-row {
|
|
55
|
+
display: table-row;
|
|
56
|
+
float: none !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.tbl-cell {
|
|
60
|
+
display: table-cell;
|
|
61
|
+
vertical-align: top;
|
|
62
|
+
float: none !important;
|
|
63
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Source Sans Pro';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
src: local('Source Sans Pro'),
|
|
6
|
+
local('SourceSansPro-Regular'),
|
|
7
|
+
url(#{$fontPath}source-sans-pro/source-sans-pro-regular.eot) format('embedded-opentype'),
|
|
8
|
+
url(#{$fontPath}source-sans-pro/source-sans-pro-regular.woff) format('woff');
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Source Sans Pro';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: bold;
|
|
15
|
+
src: local('Source Sans Pro Semibold'),
|
|
16
|
+
local('SourceSansPro-Semibold'),
|
|
17
|
+
url(#{$fontPath}source-sans-pro/source-sans-pro-semibold.eot) format('embedded-opentype'),
|
|
18
|
+
url(#{$fontPath}source-sans-pro/source-sans-pro-semibold.woff) format('woff');
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'Source Sans Pro';
|
|
23
|
+
font-style: italic;
|
|
24
|
+
font-weight: normal;
|
|
25
|
+
src: local('Source Sans Pro Semibold Italic'),
|
|
26
|
+
local('SourceSansPro-SemiboldIt'),
|
|
27
|
+
url(#{$fontPath}source-sans-pro/source-sans-pro-italic.eot) format('embedded-opentype'),
|
|
28
|
+
url(#{$fontPath}source-sans-pro/source-sans-pro-italic.woff) format('woff');
|
|
29
|
+
}
|