phpvms/resources/sass/now-ui/now-ui-kit/cards/_card-plain.scss
Nabeel S 7a76ac4226
CSS Libraries and style updates (#388)
* Update now-ui frontend lib to latest instead of the beta

* Update to bootstrap 4 lib

* Fix flights and profile pages
2019-09-12 11:48:41 -04:00

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;
}
}