UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
sidenav-autosize
/
sidenav-autosize-example.css
17 lines
(14 loc)
•
264 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.example-container
{
width
:
500px
;
height
:
300px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.5
); }
.example-sidenav-content
{
display
: flex;
height
:
100%
;
align-items
: center;
justify-content
: center; }
.example-sidenav
{
padding
:
20px
; }