@quidgest/ui 0.5.11 → 0.5.13
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/ui.esm.js +1 -1
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.js +1 -1
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +6 -50
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Quidgest Framework v0.5.
|
|
3
|
-
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
Document
|
|
8
|
-
========
|
|
9
|
-
*/
|
|
1
|
+
/*!
|
|
2
|
+
* Quidgest Framework v0.5.13
|
|
3
|
+
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
|
+
*/
|
|
5
|
+
|
|
10
6
|
*,
|
|
11
7
|
::before,
|
|
12
8
|
::after {
|
|
13
9
|
box-sizing: border-box;
|
|
14
10
|
}
|
|
15
11
|
html {
|
|
16
|
-
|
|
12
|
+
|
|
17
13
|
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
|
|
18
14
|
'Segoe UI Emoji';
|
|
19
15
|
line-height: 1.15;
|
|
@@ -21,37 +17,17 @@ html {
|
|
|
21
17
|
-moz-tab-size: 4;
|
|
22
18
|
tab-size: 4;
|
|
23
19
|
}
|
|
24
|
-
/*
|
|
25
|
-
Sections
|
|
26
|
-
========
|
|
27
|
-
*/
|
|
28
20
|
body {
|
|
29
21
|
margin: 0;
|
|
30
22
|
}
|
|
31
|
-
/*
|
|
32
|
-
Grouping content
|
|
33
|
-
================
|
|
34
|
-
*/
|
|
35
|
-
/**
|
|
36
|
-
1. Add the correct height in Firefox.
|
|
37
|
-
2. Correct the inheritance of border color in Firefox. (https:
|
|
38
|
-
*/
|
|
39
23
|
hr {
|
|
40
24
|
height: 0;
|
|
41
25
|
color: inherit;
|
|
42
26
|
}
|
|
43
|
-
/*
|
|
44
|
-
Text-level semantics
|
|
45
|
-
====================
|
|
46
|
-
*/
|
|
47
27
|
b,
|
|
48
28
|
strong {
|
|
49
29
|
font-weight: bolder;
|
|
50
30
|
}
|
|
51
|
-
/**
|
|
52
|
-
1. Improve consistency of default fonts in all browsers. (https:
|
|
53
|
-
2. Correct the odd 'em' font sizing in all browsers.
|
|
54
|
-
*/
|
|
55
31
|
code,
|
|
56
32
|
kbd,
|
|
57
33
|
samp,
|
|
@@ -75,22 +51,10 @@ sub {
|
|
|
75
51
|
sup {
|
|
76
52
|
top: -0.5em;
|
|
77
53
|
}
|
|
78
|
-
/*
|
|
79
|
-
Tabular data
|
|
80
|
-
============
|
|
81
|
-
*/
|
|
82
|
-
/**
|
|
83
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https:
|
|
84
|
-
2. Correct table border color inheritance in Chrome and Safari. (https:
|
|
85
|
-
*/
|
|
86
54
|
table {
|
|
87
55
|
text-indent: 0;
|
|
88
56
|
border-color: inherit;
|
|
89
57
|
}
|
|
90
|
-
/*
|
|
91
|
-
Forms
|
|
92
|
-
=====
|
|
93
|
-
*/
|
|
94
58
|
button,
|
|
95
59
|
input,
|
|
96
60
|
optgroup,
|
|
@@ -118,10 +82,6 @@ button,
|
|
|
118
82
|
:-moz-focusring {
|
|
119
83
|
outline: 1px dotted ButtonText;
|
|
120
84
|
}
|
|
121
|
-
/**
|
|
122
|
-
Remove the additional ':invalid' styles in Firefox.
|
|
123
|
-
See: https:
|
|
124
|
-
*/
|
|
125
85
|
:-moz-ui-invalid {
|
|
126
86
|
box-shadow: none;
|
|
127
87
|
}
|
|
@@ -146,10 +106,6 @@ progress {
|
|
|
146
106
|
-webkit-appearance: button;
|
|
147
107
|
font: inherit;
|
|
148
108
|
}
|
|
149
|
-
/*
|
|
150
|
-
Interactive
|
|
151
|
-
===========
|
|
152
|
-
*/
|
|
153
109
|
summary {
|
|
154
110
|
display: list-item;
|
|
155
111
|
}
|