mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-11 04:55:07 +00:00
f4636d9a37
Updated additional project files Updated Angular Material examples
19 lines
245 B
CSS
Executable File
19 lines
245 B
CSS
Executable File
.example-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-width: 300px;
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.example-header {
|
|
min-height: 64px;
|
|
padding: 8px 24px 0;
|
|
}
|
|
|
|
.mat-form-field {
|
|
font-size: 14px;
|
|
width: 100%;
|
|
}
|
|
|