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-mode
/
sidenav-mode-example.css
15 lines
(13 loc)
•
208 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.example-container
{
position
: absolute;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
; }
.example-radio-group
{
display
: block;
border
:
1px
solid
#555
;
margin
:
20px
;
padding
:
10px
; }