diff options
Diffstat (limited to 'cds-ui/client/src/app/common')
-rw-r--r-- | cds-ui/client/src/app/common/shared/components/home/home.component.scss | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.scss b/cds-ui/client/src/app/common/shared/components/home/home.component.scss index be21b750c..20ef5c20a 100644 --- a/cds-ui/client/src/app/common/shared/components/home/home.component.scss +++ b/cds-ui/client/src/app/common/shared/components/home/home.component.scss @@ -19,19 +19,21 @@ limitations under the License. ============LICENSE_END============================================ */ -// .example-container { -// // position: absolute; -// top: 0; -// bottom: 0; -// left: 0; -// right: 0; -// } -// .example-events { -// width: 300px; -// height: 200px; -// overflow: auto; -// border: 1px solid #555; -// } +.example-container { + // position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} + +.example-events { + width: 300px; + height: 200px; + overflow: auto; + border: 1px solid #555; +} + .mat-sidenav-container { height: 652px; } |