@knighttower/bootstrap-mini
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -5,3 +5,3 @@ { | ||
"description": "Abstracted Bootstrap for utility prototypes", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "css", |
@@ -189,2 +189,8 @@ # Bootstrap Mini | ||
:root { | ||
--bs-disabled-bg: #e9ecef; | ||
--bs-disabled-text: #6c757d; | ||
--bs-disabled-border: #c8cbcf; | ||
--bs-disabled-line: #6c757d; | ||
} | ||
// /** | ||
@@ -200,5 +206,5 @@ // * @mixin disabled | ||
&:hover { | ||
background: var(--bs-disabled); | ||
color: var(--bs-disabled); | ||
border-color: var(--bs-disabled); | ||
background: var(--bs-disabled-bg); | ||
color: var(--bs-disabled-text); | ||
border-color: var(--bs-disabled-border); | ||
position: relative; | ||
@@ -215,3 +221,3 @@ } | ||
display: block; | ||
border-bottom: 1px solid var(--bs-gray-300); | ||
border-bottom: 1px solid var(--bs-disabled-line); | ||
content: " "; | ||
@@ -273,3 +279,17 @@ transform: rotate(15deg); | ||
<br> | ||
<br> | ||
- `.--nounderline`: Removes text underline. | ||
- `.--underline`: Adds text underline. | ||
- `.--titlecase`: Capitalizes the first letter of each word. | ||
- `.--uppercase`: Converts text to uppercase. | ||
- `.--italic`: Applies italic style to text. | ||
- `.--normal`: Resets text transform to none. | ||
- `.--nowrap`: Prevents text wrapping. | ||
- `.--no-wrap`: Prevents text wrapping (duplicate of .--nowrap). | ||
- `.--wrap`: Allows text wrapping. | ||
- `.--bold`: Applies bold weight to text. | ||
- `.--text-left`: Aligns text to the left. | ||
- `.--text-right`: Aligns text to the right. | ||
- `.--text-center`: Centers text. | ||
- `.--text-justify`: Justifies text. | ||
@@ -276,0 +296,0 @@ <br> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113568
290
305