@sima-land/moleculas 16.0.0-alpha.27 → 16.0.0-alpha.28
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.
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
.name {
|
|
15
15
|
display: -webkit-box;
|
|
16
16
|
margin: 12px auto 0;
|
|
17
|
+
padding: 0 16px;
|
|
17
18
|
text-align: center;
|
|
18
19
|
font-size: 20px;
|
|
19
20
|
line-height: 28px;
|
|
@@ -32,8 +33,8 @@
|
|
|
32
33
|
|
|
33
34
|
.appointment {
|
|
34
35
|
display: block;
|
|
35
|
-
max-width: 260px;
|
|
36
36
|
margin: 2px auto 0;
|
|
37
|
+
padding: 0 16px;
|
|
37
38
|
text-align: center;
|
|
38
39
|
font-size: 14px;
|
|
39
40
|
line-height: 20px;
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
.item-main-col {
|
|
95
|
+
width: 0;
|
|
94
96
|
flex-grow: 1;
|
|
95
97
|
}
|
|
96
98
|
|
|
@@ -99,6 +101,7 @@
|
|
|
99
101
|
line-height: 24px;
|
|
100
102
|
color: colors.$basic-gray87;
|
|
101
103
|
font-weight: 600;
|
|
104
|
+
word-break: break-word;
|
|
102
105
|
}
|
|
103
106
|
|
|
104
107
|
.item-description {
|
|
@@ -106,6 +109,7 @@
|
|
|
106
109
|
font-size: 14px;
|
|
107
110
|
line-height: 20px;
|
|
108
111
|
color: colors.$basic-gray38;
|
|
112
|
+
word-break: break-word;
|
|
109
113
|
}
|
|
110
114
|
|
|
111
115
|
.item-main-col + .icon-circle {
|
|
@@ -113,6 +117,7 @@
|
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
.icon-circle {
|
|
120
|
+
flex-shrink: 0;
|
|
116
121
|
background: colors.$basic-gray4;
|
|
117
122
|
border-radius: 50%;
|
|
118
123
|
width: 48px;
|
package/package.json
CHANGED