mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
Minor improvements
This commit is contained in:
parent
0a372c51dd
commit
1b506777c5
2
dist/css/app.css
vendored
2
dist/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||||
"version": "2.1.1",
|
"version": "2.1.4",
|
||||||
"author": "Tony Air <tony@twma.pro>",
|
"author": "Tony Air <tony@twma.pro>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
||||||
@ -61,10 +61,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
|
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
|
||||||
"@babel/plugin-transform-react-jsx": "^7.9.4",
|
"@babel/plugin-transform-react-jsx": "^7.10.1",
|
||||||
"@babel/preset-env": "^7.9.6",
|
"@babel/preset-env": "^7.10.2",
|
||||||
"@google/markerclusterer": "^1.0.3",
|
"@google/markerclusterer": "^1.0.3",
|
||||||
"animate.css": "^3.7.2",
|
"animate.css": "^3.7.2",
|
||||||
"ansi-html": "^0.0.7",
|
"ansi-html": "^0.0.7",
|
||||||
|
@ -35,7 +35,8 @@ button,
|
|||||||
.btn {
|
.btn {
|
||||||
&:hover,
|
&:hover,
|
||||||
&.active,
|
&.active,
|
||||||
&:focus {
|
&:focus,
|
||||||
|
&[aria-expanded='true'] {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
||||||
> .fa,
|
> .fa,
|
||||||
@ -56,7 +57,8 @@ button,
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.active,
|
&.active,
|
||||||
&:focus {
|
&:focus,
|
||||||
|
&[aria-expanded='true'] {
|
||||||
> .fa,
|
> .fa,
|
||||||
> .far,
|
> .far,
|
||||||
> .fas,
|
> .fas,
|
||||||
@ -102,6 +104,7 @@ optgroup,
|
|||||||
select,
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
.btn,
|
.btn,
|
||||||
|
.btn *,
|
||||||
.alert,
|
.alert,
|
||||||
.dropdown,
|
.dropdown,
|
||||||
[data-toggle],
|
[data-toggle],
|
||||||
|
Loading…
Reference in New Issue
Block a user