mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
13 lines
177 B
SCSS
13 lines
177 B
SCSS
|
.carousel-caption {
|
||
|
padding: 6rem 0;
|
||
|
font-size: 3rem;
|
||
|
|
||
|
.carousel-title {
|
||
|
font-size: 4rem;
|
||
|
}
|
||
|
|
||
|
.carousel-content {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
}
|