@dialpad/dialtone 6.36.0 → 6.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,13 +22,7 @@
|
|
|
22
22
|
.d-card {
|
|
23
23
|
display: flex;
|
|
24
24
|
flex-direction: column;
|
|
25
|
-
|
|
26
|
-
justify-content: flex-start;
|
|
27
|
-
// Component CSS Vars
|
|
28
|
-
// ------------------------------------------------------------------------
|
|
29
|
-
width: 100%;
|
|
30
|
-
max-width: var(--size264);
|
|
31
|
-
max-height: 100%;
|
|
25
|
+
justify-content: center;
|
|
32
26
|
background: var(--white);
|
|
33
27
|
border-radius: var(--su4);
|
|
34
28
|
box-shadow: var(--bs-card);
|
|
@@ -45,17 +39,12 @@
|
|
|
45
39
|
flex-direction: row;
|
|
46
40
|
align-items: center;
|
|
47
41
|
justify-content: space-between;
|
|
48
|
-
width: 100%;
|
|
49
42
|
padding: var(--su8) var(--su8) 0 var(--su16);
|
|
50
|
-
color: var(--black-400);
|
|
51
|
-
font-weight: var(--fw-semibold);
|
|
52
|
-
font-size: var(--fs16);
|
|
53
43
|
}
|
|
54
44
|
|
|
55
45
|
// $$ CONTENT
|
|
56
46
|
// ----------------------------------------------------------------------------
|
|
57
47
|
.d-card__content {
|
|
58
|
-
max-width: 100%;
|
|
59
48
|
padding: var(--su16);
|
|
60
49
|
overflow-y: auto;
|
|
61
50
|
}
|
|
@@ -64,7 +53,6 @@
|
|
|
64
53
|
// ----------------------------------------------------------------------------
|
|
65
54
|
.d-card__footer {
|
|
66
55
|
display: flex;
|
|
67
|
-
flex-direction: row-reverse;
|
|
68
56
|
align-items: center;
|
|
69
57
|
padding: var(--su8);
|
|
70
58
|
}
|
|
@@ -1060,11 +1060,7 @@ body {
|
|
|
1060
1060
|
.d-card {
|
|
1061
1061
|
display: flex;
|
|
1062
1062
|
flex-direction: column;
|
|
1063
|
-
|
|
1064
|
-
justify-content: flex-start;
|
|
1065
|
-
width: 100%;
|
|
1066
|
-
max-width: var(--size264);
|
|
1067
|
-
max-height: 100%;
|
|
1063
|
+
justify-content: center;
|
|
1068
1064
|
background: var(--white);
|
|
1069
1065
|
border-radius: var(--su4);
|
|
1070
1066
|
box-shadow: var(--bs-card);
|
|
@@ -1074,20 +1070,14 @@ body {
|
|
|
1074
1070
|
flex-direction: row;
|
|
1075
1071
|
align-items: center;
|
|
1076
1072
|
justify-content: space-between;
|
|
1077
|
-
width: 100%;
|
|
1078
1073
|
padding: var(--su8) var(--su8) 0 var(--su16);
|
|
1079
|
-
color: var(--black-400);
|
|
1080
|
-
font-weight: var(--fw-semibold);
|
|
1081
|
-
font-size: var(--fs16);
|
|
1082
1074
|
}
|
|
1083
1075
|
.d-card__content {
|
|
1084
|
-
max-width: 100%;
|
|
1085
1076
|
padding: var(--su16);
|
|
1086
1077
|
overflow-y: auto;
|
|
1087
1078
|
}
|
|
1088
1079
|
.d-card__footer {
|
|
1089
1080
|
display: flex;
|
|
1090
|
-
flex-direction: row-reverse;
|
|
1091
1081
|
align-items: center;
|
|
1092
1082
|
padding: var(--su8);
|
|
1093
1083
|
}
|