N°4814 - Improve image attribute placeholder when no default image

This commit is contained in:
Molkobain
2022-02-16 11:44:50 +01:00
parent b9c5f2c523
commit 3da49e6603
4 changed files with 11 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
* @license http://opensource.org/licenses/AGPL-3.0
*/
$ibo-input-image--image-view--min-height: 96px !default;
$ibo-input-image--image-view--background-color: $ibo-color-grey-200 !default;
$ibo-input-image--image-view--border-radius: $ibo-border-radius-500 !default;
@@ -18,6 +19,7 @@ $ibo-input-image--edit-buttons--elements-spacing: $ibo-input-image--edit-buttons
.ibo-input-image--image-view {
position: relative;
overflow: hidden;
min-height: $ibo-input-image--image-view--min-height;
background-color: $ibo-input-image--image-view--background-color;
border-radius: $ibo-input-image--image-view--border-radius;
@extend %ibo-fully-centered-content;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long