Skip to content
Snippets Groups Projects
styles.css 571 B
Newer Older
François Agneray's avatar
François Agneray committed
/* You can add global styles to this file, and also import other style files */
François Agneray's avatar
François Agneray committed

.theme-color {
    color: #7AC29A;
}

/* .col, .col-auto, [class^="col"] {
    border: solid 1px khaki;
} */


/* Custom styles for external library components */
/* Needs to be in global stylesheet due to ViewEncapsulation */
François Agneray's avatar
François Agneray committed
.custom-accordion-output .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-fit-content {
    width: fit-content;
    max-width: 95%;
.ng-select.ng-select-custom .ng-select-container  {
    width: 80px;
    height: calc(1.5em + .75rem + 2px);
}