Skip to content
Snippets Groups Projects
Select Git revision
  • efd4dd9475a79f44132d12040d465f97b1e5cd42
  • main default protected
  • OZG-7986-mandat-anfragen
  • OZG-6978-prevent-other-pages-from-being-called
  • OZG-8378-ods-heading
  • optimize-storybook
  • OZG-8405-Alfa-Bearbeiter-auswählen-und-entfernen-Design
  • OZG-8314-Alfa-Vorgang-Bearbeiter-Zuweisung-entfernen
  • testing-imports
  • storybook-improvements
  • OZG-7287-forward-saml-token
  • release-administration
  • OZG-8422-BenutzerSpeichern
  • release-info
  • release
  • OZG-7856_schadcode-scanner-e2e
  • OZG-7985-fix-sorting
  • OZG-8305-Create-webpack-sbom
  • tooltip-improvements
  • OZG-7714-UpgradeKeycloakDependencyTo25
  • OZG-8086-Admin-Datenanfrage-erstellen
  • 1.12.1-administration
  • 1.12.0-administration
  • 1.12.0-info
  • 2.27.0-alfa
  • 1.11.0-info
  • 1.11.0-administration
  • 2.26.0-alfa
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
41 results

header.component.scss

Blame
  • user avatar
    OZGCloud authored
    efd4dd94
    History
    header.component.scss 763 B
    @import 'variables';
    
    header {
    	height: $header-height;
    	box-shadow: $shadow-bottom;
    	padding: 0.5rem 1rem;
    	left: 0;
    	top: 0;
    	right: 0;
    	width: 100%;
    	z-index: 2;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    
    	.title {
    		font-size: 24px;
    		margin: 0;
    	}
    }
    
    .active {
    	cursor: default;
    	pointer-events: none;
    }
    
    .middle {
    	flex-grow: 1;
    }
    
    img {
    	margin: 0 14px;
    	height: 40px;
    	width: auto;
    }
    
    .left {
    	display: flex;
    	align-items: inherit;
    	min-width: 240px;
    
    	a {
    		outline: 0;
    		display: flex;
    		text-decoration: none;
    		align-items: inherit;
    		color: inherit;
    	}
    }
    
    .big-button {
    	margin-left: 20px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    
    .right {
    	color: $grey;
    	display: flex;
    	align-items: center;
    }