-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy path_cards.less
More file actions
79 lines (66 loc) · 1.17 KB
/
_cards.less
File metadata and controls
79 lines (66 loc) · 1.17 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
h1,
h2,
h3,
h4 {
&.card-title {
color: @theme-color-text !important;
a {
color: @theme-color-text !important;
}
}
}
.card.hoverable:hover {
@media print {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
}
.card {
h1,
h2,
h3,
h4 {
color: @theme-color-text;
}
.card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
color: @theme-color-link !important;
}
> .card-content {
.card-table {
margin: 16px 0 16px -20px;
box-shadow: 0 0;
width: ~"calc(100% + 40px)";
border-radius: 0;
}
}
.card-content {
color: @theme-color-text;
.card-title {
margin-bottom: 16px;
display: block;
font-weight: 400;
}
}
.card-title + .card-description {
margin-top: -12px;
}
.card-description {
margin-bottom: 16px;
font-size: 16px;
font-weight: 400;
}
}
.card-introduction {
max-width: 900px;
}
.card-table + .tableActionBar,
.tableFooterLabel + .tableActionBar {
margin: 0 0 0 -20px;
}
.card-with-image {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
.card-image {
margin: 25px 20px;
}
}