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
/
tools
/
screenshot-test
/
src
/
app
/
viewer
/
viewer.component.css
20 lines
(16 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.mode-section
{
display
: flex;
flex-direction
: column;
margin
:
10px
40px
10px
10px
; }
.description
{
font-size
:
11px
;
color
: grey;
padding-left
:
20px
; }
.failed
{
color
: red; }
.passed
{
color
: forestgreen; }