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
/
form-field-label
/
form-field-label-example.css
21 lines
(16 loc)
•
290 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.example-container
{
display
: flex;
flex-direction
: column; }
.example-container
> * {
width
:
100%
; }
.example-container
form
{
margin-bottom
:
20px
; }
.example-container
form
> * {
margin
:
5px
0
; }
.example-container
.mat-radio-button
{
margin
:
0
5px
; }