mirror of https://github.com/ColorlibHQ/AdminLTE
15 lines
272 B
SCSS
15 lines
272 B
SCSS
![]() |
// Image thumbnails
|
||
|
.img-thumbnail {
|
||
|
background-color: $thumbnail-bg-alt;
|
||
|
border: $thumbnail-border-width solid $thumbnail-border-color-alt;
|
||
|
@include box-shadow($thumbnail-box-shadow-alt);
|
||
|
}
|
||
|
|
||
|
//
|
||
|
// Figures
|
||
|
//
|
||
|
|
||
|
.figure-caption {
|
||
|
color: $figure-caption-color-alt;
|
||
|
}
|