styles.scss 426 B

1234567891011121314151617181920212223
  1. /* You can add global styles to this file, and also import other style files */
  2. @import "variables";
  3. @import "~@ng-select/ng-select/themes/default.theme.css";
  4. a:link, a:visited {
  5. color: darken($color-brand, 20%);
  6. }
  7. .btn-link.btn-warning {
  8. color: $color-warning;
  9. &:hover {
  10. color: darken($color-warning, 20%);
  11. }
  12. }
  13. .clr-form-control {
  14. margin-top: 0;
  15. }
  16. .table {
  17. border-color: $color-grey-2;
  18. }