mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 23:13:11 +00:00
13 lines
198 B
SCSS
13 lines
198 B
SCSS
.carousel-inner {
|
|
border-radius: #{$theme-border-radius};
|
|
}
|
|
|
|
.gradient {
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|