Skip to content

Instantly share code, notes, and snippets.

@Malex
Created January 11, 2019 08:25
Show Gist options
  • Save Malex/ad73d7cfafdbb9cf4883b1255b70ec15 to your computer and use it in GitHub Desktop.
Save Malex/ad73d7cfafdbb9cf4883b1255b70ec15 to your computer and use it in GitHub Desktop.
.fullscreen {
box-shadow: 0 0 0 100% rgba(#000,0.3) !important;
width: 100% !important;
height: 100% !important;
position: absolute;
top: 30px; bottom: 8px; left: 16px; right: 16px;
z-index: 1;
& .mat-card-header .mat-card-header-text {
display: inline-flex;
align-items: center;
width: 100%;
justify-content: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment