blue-web 1.21.9 → 1.21.10
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/merged.scss +10 -2
- package/dist/style.css +19 -3
- package/dist/style.css.map +1 -1
- package/dist/style.min.css +3 -3
- package/dist/style.scss +1 -1
- package/dist/styles/_intro.scss +8 -0
- package/dist/styles/_page-header.scss +1 -1
- package/package.json +1 -1
package/dist/merged.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Blue Web v1.21.
|
|
2
|
+
* Blue Web v1.21.10 (https://bruegmann.github.io/blue-web)
|
|
3
3
|
* Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-web/blob/master/LICENSE).
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -11132,7 +11132,7 @@ body {
|
|
|
11132
11132
|
}
|
|
11133
11133
|
|
|
11134
11134
|
.blue-header-title-image {
|
|
11135
|
-
width: var(--blue-header-title-image-width, var(--blue-header-title-image-size,
|
|
11135
|
+
width: var(--blue-header-title-image-width, var(--blue-header-title-image-size, auto));
|
|
11136
11136
|
height: var(--blue-header-title-image-height, var(--blue-header-title-image-size, 2rem));
|
|
11137
11137
|
}
|
|
11138
11138
|
|
|
@@ -12233,6 +12233,7 @@ dialog.blue-modal:has(.offcanvas-start) {
|
|
|
12233
12233
|
}
|
|
12234
12234
|
}
|
|
12235
12235
|
|
|
12236
|
+
.blue-intro,
|
|
12236
12237
|
.sign-in-screen {
|
|
12237
12238
|
padding-top: var(--blue-header-height);
|
|
12238
12239
|
|
|
@@ -12240,6 +12241,7 @@ dialog.blue-modal:has(.offcanvas-start) {
|
|
|
12240
12241
|
padding-bottom: var(--blue-header-height);
|
|
12241
12242
|
}
|
|
12242
12243
|
|
|
12244
|
+
.blue-intro-container,
|
|
12243
12245
|
.sign-in-container {
|
|
12244
12246
|
animation: enabledBlueAppPage 0.5s;
|
|
12245
12247
|
|
|
@@ -12249,6 +12251,7 @@ dialog.blue-modal:has(.offcanvas-start) {
|
|
|
12249
12251
|
}
|
|
12250
12252
|
|
|
12251
12253
|
@media screen and (min-width: 768px) {
|
|
12254
|
+
.blue-intro-container,
|
|
12252
12255
|
.sign-in-container {
|
|
12253
12256
|
padding: var(--blue-sign-in-container-md-padding, 0 calc(50% - 18rem));
|
|
12254
12257
|
width: var(--blue-sign-in-container-md-width, auto);
|
|
@@ -12256,6 +12259,11 @@ dialog.blue-modal:has(.offcanvas-start) {
|
|
|
12256
12259
|
}
|
|
12257
12260
|
}
|
|
12258
12261
|
|
|
12262
|
+
.blue-intro-image {
|
|
12263
|
+
max-width: 100%;
|
|
12264
|
+
max-height: 100px;
|
|
12265
|
+
}
|
|
12266
|
+
|
|
12259
12267
|
|
|
12260
12268
|
/* Make DevExpress components look more like Bootstrap/Blue */
|
|
12261
12269
|
[class^="dxbl-"] {
|