FIX: minor styling updates

This commit is contained in:
Tony Air 2023-12-10 22:38:54 +02:00
parent cdfa19ab27
commit 77ba9c1a63
3 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
"version": "5.2.1", "version": "5.2.2",
"description": "This UI Kit allows you to build Bootstrap 5 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 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"author": "Tony Air <tony@twma.pro>", "author": "Tony Air <tony@twma.pro>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",

View File

@ -7,8 +7,11 @@
} }
// slower animation speed for big objects // slower animation speed for big objects
.carousel__img.loading { .carousel__img,
animation: fade 3s linear infinite; .glide__img {
&.loading {
animation: fade 3s linear infinite;
}
} }
.form-container.loading, .form-container.loading,

View File

@ -12,7 +12,7 @@ body {
} }
p { p {
margin-bottom: 2rem; margin-bottom: $typography-spacer-y;
} }
h1, h1,
@ -107,7 +107,7 @@ img,
} }
.caption { .caption {
font-size: .8rem; font-size: .8em;
} }
} }
@ -142,8 +142,8 @@ table {
@extend .table-bordered; @extend .table-bordered;
&.table-none { &.table-none {
margin-right: -.5rem; margin-right: $typography-spacer-x * -0.5;
margin-left: -.5rem; margin-left: $typography-spacer-x * -0.5;
border: 0; border: 0;
@extend .table-borderless; @extend .table-borderless;
@ -164,7 +164,7 @@ ol {
li { li {
position: relative; position: relative;
margin: .5em 0; margin: ($typography-spacer-x * 0.5) 0;
} }
} }