Skip to content
Snippets Groups Projects
Select Git revision
  • 80d285041567ddf8e663d06fa74ad8b818a8a0aa
  • main default protected
  • ozg-8323-umzug-dependency-track
  • OZG-8252-gitlab-pipelines
  • release
  • OZG-7856_schadcode_scanner
  • ci-pipeline
  • OZG-7526-signatur-nicht-uebernommen
  • OZG-6223-zip-download-bug
  • OZG-7367-tooltip-extension
  • OZG-7023-OZG-6956-E2E-externe-Stellen
  • OZG-6238-npm-durch-pnpm-ersetzen
  • release-admin
  • release-info
  • OZG-6700-admin-feature-toggle
  • E2E-Updates
  • OZG-7047-tooltips
  • OZG-6957-e2e-fachstellen-oe-daten
  • OZG-7006-ZuarbeitAnfragen
  • temp_OZG-7027
  • unit-tests-hotfix
  • 2.27.0
  • 2.26.0
  • 2.25.0
  • 2.24.2
  • 2.24.1
  • 2.24.0
  • 2.23.0
  • 2.22.0
  • 2.21.0
  • 2.20.0
  • 2.21.0-SNAPSHOT
  • 2.19.0
  • 2.18.0
  • 2.17.1
  • 1.3.0
  • release-admin-1.3.0
  • release-info-1.3.0
  • 2.17.0
  • 2.16.0
  • 2.15.0
41 results

jest.config.ts

Blame
  • aktenzeichen-edit-dialog.component.scss 842 B
    @import 'variables';
    
    .form {
    	width: 100%;
    
    	::ng-deep mat-form-field {
    		width: 100%;
    	}
    
    	::ng-deep .mat-mdc-form-field-subscript-wrapper {
    		display: none;
    	}
    }
    
    .content {
    	display: grid;
    	grid-template-columns: min-content auto min-content;
    	grid-column-gap: 0.5rem;
    	grid-row-gap: 0.25rem;
    	align-items: center;
    	grid-template-areas:
    		'az_icon az_text paste_icon'
    		'. hinweis .';
    }
    
    .az_icon {
    	grid-area: az_icon;
    	color: #c2c2c2;
    
    	&--active {
    		color: black;
    	}
    }
    
    .az_text {
    	grid-area: az_text;
    }
    
    .paste_icon {
    	grid-area: paste_icon;
    }
    
    .hinweis {
    	grid-area: hinweis;
    	padding-left: 16px;
    	font-size: 14px;
    }
    
    ozgcloud-stroked-button-with-spinner {
    	margin-right: 1rem;
    }
    
    mat-icon {
    	height: 1.875rem;
    	min-height: 1.875rem;
    	width: 1.875rem;
    	min-width: 1.875rem;
    }
    
    mat-dialog-content {
    	padding-top: 0.5rem !important;
    }