@luomus/laji-form 15.1.78 → 15.1.79
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.
- package/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -4243,8 +4243,8 @@ body .laji-form {
|
|
|
4243
4243
|
|
|
4244
4244
|
.laji-form .checkbox-container {
|
|
4245
4245
|
display: table;
|
|
4246
|
-
|
|
4247
|
-
border-radius:
|
|
4246
|
+
outline: 1px solid #00000038;
|
|
4247
|
+
border-radius: 1px;
|
|
4248
4248
|
}
|
|
4249
4249
|
.laji-form .checkbox-container label {
|
|
4250
4250
|
font-weight: initial;
|