ode-bootstrap 1.1.2-feat-explorer.202303271650 → 1.1.2-feat-explorer.202303291519
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.
|
Binary file
|
|
Binary file
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT
|
|
1
|
+
ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 29/03/2023 15:20:22
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-bootstrap",
|
|
3
|
-
"version": "1.1.2-feat-explorer.
|
|
3
|
+
"version": "1.1.2-feat-explorer.202303291519",
|
|
4
4
|
"description": "Open Digital Education CSS framework based on bootstrap",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
|
|
33
33
|
.dropdown-trigger-carret-icon {
|
|
34
34
|
transform: rotate(0);
|
|
35
|
-
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
37
|
|
|
@@ -64,6 +63,7 @@
|
|
|
64
63
|
&.sm {
|
|
65
64
|
padding: 4px 8px;
|
|
66
65
|
font-size: 1.4rem;
|
|
66
|
+
border-radius: $input-border-radius-sm;
|
|
67
67
|
.dropdown-trigger-icon {
|
|
68
68
|
svg {
|
|
69
69
|
width: 16px;
|
|
@@ -73,8 +73,10 @@
|
|
|
73
73
|
}
|
|
74
74
|
&.md {
|
|
75
75
|
padding: 8px 12px;
|
|
76
|
+
border-radius: $input-border-radius;
|
|
76
77
|
}
|
|
77
78
|
&.lg {
|
|
78
79
|
padding: 12px 16px;
|
|
80
|
+
border-radius: $input-border-radius-lg;
|
|
79
81
|
}
|
|
80
82
|
}
|