@qrsln/lootstrap 22.3.1-beta.0 → 22.3.2-beta.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrsln/lootstrap",
3
- "version": "22.3.1-beta.0",
3
+ "version": "22.3.2-beta.0",
4
4
  "description": "LootStrap is a scss library and is still in beta! There is much to improve!",
5
5
  "style": "dist/css/lootstrap.css",
6
6
  "sass": "scss/lootstrap.scss",
@@ -99,8 +99,11 @@
99
99
  }
100
100
  */
101
101
 
102
+ $Root: if($colorKey=='light' and $componentValue == null, ",:root", "");
103
+
102
104
  // .[Alert, Btn, ...]-[primary, danger, ...]
103
- .#{$componentKey + $color-suffix} {
105
+
106
+ .#{$componentKey + $color-suffix + $Root} {
104
107
  &:not(.#{$componentKey}-outline) .Btn-close {
105
108
  @if (lightness($colorValue) < 80) {
106
109
  filter: invert(1) grayscale(100%) brightness(200%);
@@ -85,6 +85,8 @@ $Customized: 'alert-';
85
85
 
86
86
  .Btn-close {
87
87
  z-index: auto;
88
+ margin-top: 40%;
89
+ margin-bottom: 40%;
88
90
  //margin-top: 5px;
89
91
  //width: 15px !important;
90
92
  //height: 15px !important;
package/scss/_header.scss CHANGED
@@ -2,7 +2,7 @@
2
2
  /*!
3
3
  * CSS Compiled on: 2022-03-01
4
4
  *
5
- * Lootstrap v22.3.1-beta.0 (https://github.com/krsln/Lootstrap/)
5
+ * Lootstrap v22.3.2-beta.0 (https://github.com/krsln/Lootstrap/)
6
6
  * Copyright 2022 Qrsln.
7
7
  * Licensed under MIT (https://github.com/krsln/Lootstrap/blob/master/LICENSE)
8
8
  */