/* You can add global styles to this file, and also import other style files */ @import '../node_modules/bootstrap/scss/bootstrap'; @import “../node_modules/primeng/resources/primeng.min.css”; @import “../node_modules/primeng/resources/themes/bootstrap/theme”;

$fa-font-path: “../node_modules/font-awesome/fonts”; @import “../node_modules/font-awesome/scss/font-awesome”;

@media screen and (max-width: 992px) {

.push-right {
  .sidebar {
    left: 235px !important;
  }
}

}

.column-button {

width: 100px;

}