-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
.block.form .field-file-name .ui.basic.icon.button.delete-button { | ||
position: static; | ||
position: static; | ||
} | ||
|
||
.block.form .volto-subblocks-wrapper .single-block .dragsubblock { | ||
top: calc(50% - 10px); | ||
left: -10px; | ||
top: calc(50% - 10px); | ||
left: -10px; | ||
} | ||
|
||
.block.form | ||
.volto-subblocks-wrapper | ||
.single-block.subblock-draggable | ||
.ui.basic.button.delete-button { | ||
top: 1.5rem; | ||
right: 25px; | ||
left: auto; | ||
.volto-subblocks-wrapper | ||
.single-block.subblock-draggable | ||
.ui.basic.button.delete-button { | ||
top: 1.5rem; | ||
right: 25px; | ||
left: auto; | ||
} | ||
|
||
.block.form .ui.form .field .wrapper > label { | ||
margin-bottom: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
.block.form .ui.form .field .static-text { | ||
margin: 2rem 0; | ||
margin: 2rem 0; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
.block.form .ui.form .ui.message { | ||
display: flex; | ||
width: 80%; | ||
margin: 3rem auto 0; | ||
display: flex; | ||
width: 80%; | ||
margin: 3rem auto 0; | ||
} | ||
|
||
.block.form .ui.form .row.row-padded-top { | ||
padding-top: 3rem; | ||
padding-top: 3rem; | ||
} | ||
|
||
.block.form .ui.button.add-element:hover { | ||
color: white; | ||
color: white; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[id^='blockform-fieldset'] .required.field .ui.checkbox { | ||
display: flex; | ||
display: flex; | ||
} | ||
[id^='blockform-fieldset'] .required.field .ui.checkbox label { | ||
display: inline-block; | ||
padding-right: 20px; | ||
display: inline-block; | ||
padding-right: 20px; | ||
} | ||
[id^='blockform-fieldset'] .required.field .ui.checkbox::after { | ||
display: block; | ||
width: 10px; | ||
height: 10px; | ||
border-radius: 50%; | ||
margin-left: -15px; | ||
margin-top: 2.5px; | ||
background-color: #e40166; | ||
content: ''; | ||
display: block; | ||
width: 10px; | ||
height: 10px; | ||
border-radius: 50%; | ||
margin-top: 2.5px; | ||
margin-left: -15px; | ||
background-color: #e40166; | ||
content: ''; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
.checkbox-list-widget .checkbox-item { | ||
margin: 0.5rem 0; | ||
margin: 0.5rem 0; | ||
} | ||
|
||
.checkbox-list-widget fieldset.checkbox-group { | ||
border: none; | ||
border: none; | ||
} | ||
|
||
.checkbox-list-widget fieldset.checkbox-group legend { | ||
display: none; | ||
line-height: 0; | ||
display: none; | ||
line-height: 0; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.honey-wrapper { | ||
display: none; | ||
display: none; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
.otp-widget .otp-widget-field-wrapper { | ||
display: flex; | ||
gap: 1rem; | ||
align-items: flex-start; | ||
display: flex; | ||
align-items: flex-start; | ||
gap: 1rem; | ||
} | ||
.otp-widget .otp-widget-field-wrapper .field { | ||
flex-grow: 1; | ||
flex-grow: 1; | ||
} | ||
|
||
.otp-widget .otp-alert { | ||
position: relative; | ||
padding: 0.5rem 1rem; | ||
margin-bottom: 1rem; | ||
border: 1px solid #5d7083; | ||
border-left: 8px solid #5d7083; | ||
background-color: #fff; | ||
border-radius: 0; | ||
margin-top: -3rem; | ||
margin-bottom: 3rem; | ||
position: relative; | ||
padding: 0.5rem 1rem; | ||
border: 1px solid #5d7083; | ||
border-radius: 0; | ||
border-left: 8px solid #5d7083; | ||
margin-top: -3rem; | ||
margin-bottom: 1rem; | ||
margin-bottom: 3rem; | ||
background-color: #fff; | ||
} | ||
|
||
.otp-widget .otp-alert.otp-error { | ||
border-left: 8px solid #cc334d; | ||
border-left: 8px solid #cc334d; | ||
} | ||
|
||
.otp-widget .otp-alert.otp-success { | ||
border-left: 8px solid #008055; | ||
border-left: 8px solid #008055; | ||
} | ||
|
||
.otp-widget .otp-widget-field-wrapper .button-wrapper { | ||
display: flex; | ||
flex-direction: column; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.otp-widget .otp-widget-field-wrapper .button-wrapper .otp-button-message { | ||
font-size: 0.8rem; | ||
color: #555555; | ||
text-align: center; | ||
color: #555555; | ||
font-size: 0.8rem; | ||
text-align: center; | ||
} | ||
@media (max-width: 1024px) { | ||
.otp-widget .otp-widget-field-wrapper { | ||
flex-direction: column; | ||
} | ||
.otp-widget .otp-widget-field-wrapper .field, | ||
.otp-widget .otp-widget-field-wrapper .button-wrapper, | ||
.otp-widget .otp-widget-field-wrapper .button-wrapper button { | ||
width: 100%; | ||
} | ||
.otp-widget .otp-widget-field-wrapper { | ||
flex-direction: column; | ||
} | ||
.otp-widget .otp-widget-field-wrapper .field, | ||
.otp-widget .otp-widget-field-wrapper .button-wrapper, | ||
.otp-widget .otp-widget-field-wrapper .button-wrapper button { | ||
width: 100%; | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
.radio-widget .radio-button { | ||
margin: 0.5rem 0; | ||
margin: 0.5rem 0; | ||
} | ||
|
||
.radio-widget .radio-button label { | ||
padding: 0.25rem; | ||
padding: 0.25rem; | ||
} | ||
|
||
.radio-widget fieldset.radio-group { | ||
border: none; | ||
border: none; | ||
} | ||
|
||
.radio-widget fieldset.radio-group legend { | ||
display: none; | ||
line-height: 0; | ||
display: none; | ||
line-height: 0; | ||
} |