@total_onion/onion-library 2.0.153 → 2.0.154
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.
|
@@ -49,30 +49,32 @@
|
|
|
49
49
|
border: 1px solid #faf8ec;
|
|
50
50
|
overflow: hidden;
|
|
51
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
|
-
|
|
52
|
+
// styled within the child block
|
|
53
|
+
|
|
54
|
+
// .servings-dec-btn {
|
|
55
|
+
// cursor: pointer;
|
|
56
|
+
// background-color: #0054ff;
|
|
57
|
+
// color: #faf8ec;
|
|
58
|
+
// font-size: 28px;
|
|
59
|
+
// padding-bottom: 4px;
|
|
60
|
+
// width: 100%;
|
|
61
|
+
// height: 100%;
|
|
62
|
+
// border: unset;
|
|
63
|
+
// transform: translateX(0);
|
|
64
|
+
// transition: transform 0.3s ease;
|
|
65
|
+
|
|
66
|
+
// &::after {
|
|
67
|
+
// content: '\2212';
|
|
68
|
+
// color: #0054ff;
|
|
69
|
+
// padding-top: 4px;
|
|
70
|
+
// width: 38px;
|
|
71
|
+
// height: 38px;
|
|
72
|
+
// position: absolute;
|
|
73
|
+
// top: 0;
|
|
74
|
+
// right: -38px;
|
|
75
|
+
// background-color: #faf8ec;
|
|
76
|
+
// }
|
|
77
|
+
// }
|
|
76
78
|
|
|
77
79
|
&:hover {
|
|
78
80
|
.servings-dec-btn {
|
|
@@ -106,29 +108,31 @@
|
|
|
106
108
|
border: 1px solid #faf8ec;
|
|
107
109
|
overflow: hidden;
|
|
108
110
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
111
|
+
// styled within the child block
|
|
112
|
+
|
|
113
|
+
// .servings-inc-btn {
|
|
114
|
+
// cursor: pointer;
|
|
115
|
+
// color: #0054ff;
|
|
116
|
+
// font-size: 30px;
|
|
117
|
+
// background-color: #faf8ec;
|
|
118
|
+
// width: 100%;
|
|
119
|
+
// height: 100%;
|
|
120
|
+
// border: unset;
|
|
121
|
+
// transform: translateX(-100%);
|
|
122
|
+
// transition: transform 0.3s ease;
|
|
123
|
+
|
|
124
|
+
// &::after {
|
|
125
|
+
// content: '+';
|
|
126
|
+
// padding-top: 2px;
|
|
127
|
+
// color: #faf8ec;
|
|
128
|
+
// width: 38px;
|
|
129
|
+
// height: 38px;
|
|
130
|
+
// position: absolute;
|
|
131
|
+
// top: 0;
|
|
132
|
+
// right: -38px;
|
|
133
|
+
// background-color: #0054ff;
|
|
134
|
+
// }
|
|
135
|
+
// }
|
|
132
136
|
|
|
133
137
|
&:hover {
|
|
134
138
|
.servings-inc-btn {
|