toggle-components-library 1.25.13 → 1.25.14

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.
@@ -18,6 +18,7 @@
18
18
  .toggle-button-container{
19
19
  background:white;
20
20
  display: inline-block;
21
+
21
22
  border-radius: 0.3rem;
22
23
  &--login{
23
24
  border-radius: 23px;
@@ -144,7 +145,7 @@
144
145
  background-image: url("../assets/icons/delete-grey.svg");
145
146
  }
146
147
 
147
- // Neutral Button styls
148
+ // Neutral Button styles
148
149
  .toggle-button.neutral, .toggle-button-a.neutral a{
149
150
  color: $toggle-button-neutral;
150
151
  border-color: $toggle-button-neutral;
@@ -156,6 +157,10 @@
156
157
  .toggle-button.neutral:disabled, .toggle-button-a.disabled a{
157
158
  }
158
159
 
160
+
161
+
162
+
163
+
159
164
  // Mini buttons
160
165
  //
161
166
  .toggle-button-container-mini{
@@ -131,6 +131,13 @@ table.toggle-table {
131
131
  border-top-right-radius: 10px;
132
132
  border-bottom-right-radius: 10px;
133
133
  }
134
+ td.toggle-tablee-td {
135
+ .toggle-button {
136
+ &.neutral {
137
+ padding: 0.2rem 0.9rem 0.2rem 0.9rem;
138
+ }
139
+ }
140
+ }
134
141
 
135
142
  }
136
143