/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/


/*common*/
.warning {padding: 15px; background-color: #f5c4c4; border-radius: 5px}

/*addon Voxel*/
.compare-bar a.buttons {padding: 7px 15px 5px 15px}
.compare-cell, .compare-head {min-width: inherit !important; padding: 7px !important; text-align: center !important}
.ea4v-compare-image-container { display: inline-block;  align-self: center;}
.ea4v-compare-image-container img {max-height: 100px; object-fit: cover}

/*Voxel */
/* Tooltips in actions */
li.flexify.ts-action {  z-index: 999;}

.password-toggle {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}


.password-toggle img {
width: 20px;
height: auto;
}


/*Feed*/

.ts-preview > div {height: 100%}