new smal image section
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 84 KiB |
BIN
app/assets/images/merged/section_preview/section_small_image.png
Normal file
BIN
app/assets/images/merged/section_preview/section_small_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
@ -1646,6 +1646,10 @@ select {
|
||||
height: 14rem;
|
||||
}
|
||||
|
||||
.h-60 {
|
||||
height: 15rem;
|
||||
}
|
||||
|
||||
.h-24 {
|
||||
height: 6rem;
|
||||
}
|
||||
@ -2216,14 +2220,34 @@ select {
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.bg-bottom {
|
||||
background-position: bottom;
|
||||
.bg-left-top {
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
.bg-left {
|
||||
background-position: left;
|
||||
}
|
||||
|
||||
.bg-left-bottom {
|
||||
background-position: left bottom;
|
||||
}
|
||||
|
||||
.bg-top {
|
||||
background-position: top;
|
||||
}
|
||||
|
||||
.bg-center {
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.bg-bottom {
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
.bg-right-top {
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
.bg-right-bottom {
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
Reference in New Issue
Block a user