Skip to content
Snippets Groups Projects
styles.css 1.4 KiB
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;
}

/* Custom styles for external library components */
/* Needs to be in global stylesheet due to ViewEncapsulation */
Tifenn Guillas's avatar
Tifenn Guillas committed

/* accordion */
François Agneray's avatar
François Agneray committed
.custom-accordion-output .panel-body {
    padding-top: 0;
    padding-bottom: 0;
Tifenn Guillas's avatar
Tifenn Guillas committed
/* modal */
.modal-fit-content {
    width: fit-content;
    max-width: 95%;
Tifenn Guillas's avatar
Tifenn Guillas committed
/* ng select */
.ng-select.ng-select-custom .ng-select-container  {
    height: calc(1.5em + .75rem + 2px);
}

.ng-select.ng-select-disabled > .ng-select-container {
    background-color: #E9ECEF;
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
    background-color: #E9ECEF;
    border-color: #ced4da;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-top-color: #343A40;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
    border-bottom-color: #343A40;
}

.ng-select-disabled .ng-arrow-wrapper .ng-arrow {
    border-top-color: #999;
}

.ng-select.ng-select-time .ng-select-container  {
    width: 80px;
Tifenn Guillas's avatar
Tifenn Guillas committed
}

/* tooltip */

Tifenn Guillas's avatar
Tifenn Guillas committed
.tooltip.custom-tooltip.fade {
Tifenn Guillas's avatar
Tifenn Guillas committed
    transition: opacity 1s;
}

Tifenn Guillas's avatar
Tifenn Guillas committed
.tooltip.custom-tooltip .tooltip-inner {
Tifenn Guillas's avatar
Tifenn Guillas committed
    color: #000;
Tifenn Guillas's avatar
Tifenn Guillas committed
    background-color: #E9ECEF;
Tifenn Guillas's avatar
Tifenn Guillas committed
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

Tifenn Guillas's avatar
Tifenn Guillas committed
.tooltip.custom-tooltip .tooltip-arrow,
.tooltip.custom-tooltip .arrow:before {
Tifenn Guillas's avatar
Tifenn Guillas committed
    border-top-color: #E9ECEF;