forked from patternfly/angular-patternfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.css
More file actions
105 lines (88 loc) · 1.49 KB
/
Copy pathexamples.css
File metadata and controls
105 lines (88 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/* Demo CSS */
.pf-transclude-example div {
border: 1px solid #337ab7;
margin-bottom: 20px;
margin-left: 20px;
}
.pf-transclude-example p {
background-color: #337ab7;
margin: 0;
padding: 5px 10px;
}
.pf-transclude-example id {
display: inline-block;
background-color: #def3ff;
color: #000;
border-radius: 10px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
margin-left: 5px;
}
.pf-transclude-example pre {
padding: 5px;
border-width: 0px;
}
hr {
display: block;
height: 10px;
border: 0;
border-top: 1px solid #525252;
margin: 1em 0;
padding: 0;
}
.example-container {
display:inline-block;
width: 100%;
}
.example-list-view {
height: 100%;
width: 100%;
overflow-y: auto;
}
.list-view-container {
border: 1px solid #000000;
height: 460px;
min-height: 25px;
margin: 10px;
padding: 0;
}
.list-view-container .list-row {
padding-top: 2px;
}
.list-view-container span {
padding-left: 5px;
}
.card-view-container {
border: 1px solid #000000;
margin: 10px;
min-height: 25px;
padding: 5px;
}
.card-view-container .card-view-pf .card {
height: 110px;
width: 300px;
}
.dropdown-menu > li > a:hover {
background-image: none;
}
.pf-select-sm {
height :25px;
width :120px;
}
.actions-label {
margin-top: 5px;
}
.pre-demo-text {
margin-top: -20px;
}
.label-title {
font-size: 16px;
font-weight: 600;
padding-bottom: 10px;
}
.example-heatmap-container {
border: solid 1px #d1d1d1;
margin: 0 10px;
}