mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
UI: bars expanded icon
This commit is contained in:
parent
300aab2610
commit
bc5d747923
4
dist/css/app.css
vendored
4
dist/css/app.css
vendored
@ -16588,6 +16588,10 @@ body.is-offline .alert-offline {
|
||||
display: block;
|
||||
}
|
||||
|
||||
[aria-expanded='true'] .fa-bars:before {
|
||||
content: '\f00d';
|
||||
}
|
||||
|
||||
input.date[readonly],
|
||||
input.time[readonly] {
|
||||
background-color: #fff;
|
||||
|
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
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||
"version": "1.9.9",
|
||||
"version": "2.0.0",
|
||||
"author": "Tony Air <tony@twma.pro>",
|
||||
"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.",
|
||||
|
Loading…
Reference in New Issue
Block a user