7a76ac4226
* Update now-ui frontend lib to latest instead of the beta * Update to bootstrap 4 lib * Fix flights and profile pages
16 lines
231 B
SCSS
Executable File
16 lines
231 B
SCSS
Executable File
.card-plain{
|
|
background: transparent;
|
|
box-shadow: none;
|
|
|
|
.card-body,
|
|
.card-header{
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.card-header:after{
|
|
width: 100%;
|
|
left: 0;
|
|
}
|
|
}
|