7a76ac4226
* Update now-ui frontend lib to latest instead of the beta * Update to bootstrap 4 lib * Fix flights and profile pages
20 lines
344 B
SCSS
Executable File
20 lines
344 B
SCSS
Executable File
// display flex was causing errors
|
|
.carousel-item-next,
|
|
.carousel-item-prev,
|
|
.carousel-item.active{
|
|
display: block;
|
|
}
|
|
|
|
.carousel{
|
|
.carousel-inner{
|
|
box-shadow: $box-shadow-raised;
|
|
border-radius: $border-radius-small;
|
|
}
|
|
|
|
.card {
|
|
max-width: 650px;
|
|
margin: 60px auto;
|
|
display: block;
|
|
}
|
|
}
|