mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: Minor updates
This commit is contained in:
parent
a398642f92
commit
d06da35d7b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"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.",
|
||||||
|
@ -12,6 +12,10 @@ const ShrinkUI = (($) => {
|
|||||||
console.log(`${NAME}: init`);
|
console.log(`${NAME}: init`);
|
||||||
|
|
||||||
$(W).on(`${Events.LOADED} ${Events.SCROLL} ${Events.RESIZE}`, () => {
|
$(W).on(`${Events.LOADED} ${Events.SCROLL} ${Events.RESIZE}`, () => {
|
||||||
|
if ($('#Navigation > .navbar-collapse').hasClass('show')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
let h1 = $('#SiteWideMessage').height();
|
let h1 = $('#SiteWideMessage').height();
|
||||||
if (!h1) {
|
if (!h1) {
|
||||||
h1 = 0;
|
h1 = 0;
|
||||||
|
@ -121,18 +121,19 @@ textarea,
|
|||||||
.btn,
|
.btn,
|
||||||
.btn *,
|
.btn *,
|
||||||
.dropdown,
|
.dropdown,
|
||||||
[data-toggle],
|
|
||||||
[data-toggle] *,
|
|
||||||
.container,
|
|
||||||
.container-fluid,
|
|
||||||
.row,
|
.row,
|
||||||
.alert,
|
.alert,
|
||||||
.alert *,
|
.alert *,
|
||||||
.message,
|
.message,
|
||||||
[class='col-*'] {
|
[data-toggle],
|
||||||
|
[data-toggle] * {
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-toggler {
|
||||||
|
transition: transform ease 0.4s;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
margin-top: $field-gutter-height;
|
margin-top: $field-gutter-height;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user