testio-tailwind 0.8.6 → 0.8.7
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 +2 -2
- package/src/assets/stylesheets/app.css +1 -1
- package/src/pages/colors.pug +6 -12
- package/src/static/app.bundled.js +3 -3
- package/src/static/app.compiled.css +0 -10
- package/src/static/app.compiled.css.map +1 -1
- /package/src/assets/stylesheets/{designsystem-styles.css → components/designsystem/designsystem-styles.css} +0 -0
|
@@ -1898,16 +1898,6 @@ select{
|
|
|
1898
1898
|
background-color: rgb(35 106 132 / var(--tw-bg-opacity, 1));
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
|
-
.bg-petrol-500{
|
|
1902
|
-
--tw-bg-opacity: 1;
|
|
1903
|
-
background-color: rgb(35 106 132 / var(--tw-bg-opacity, 1));
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
.bg-petrol-800{
|
|
1907
|
-
--tw-bg-opacity: 1;
|
|
1908
|
-
background-color: rgb(38 51 64 / var(--tw-bg-opacity, 1));
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
1901
|
.bg-petrol-dark{
|
|
1912
1902
|
--tw-bg-opacity: 1;
|
|
1913
1903
|
background-color: rgb(38 51 64 / var(--tw-bg-opacity, 1));
|