HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/prestashop1.8/modules/psxdesign/views/css/admin/radio-button-link.css
/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */
.radio-button-link-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.radio-button-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  border: 1px solid #b3c7cd;
  border-radius: 0.25rem;
  padding: 1rem;
}
.radio-button-link:hover {
  background-color: #f4f9fb;
}
.radio-button-link.active {
  border: 2px solid #25b9d7;
  padding: calc(1rem - 1px);
  background-color: #f4f9fb;
}
.radio-button-link.active .radio-button-link__radio {
  border-color: #25b9d7;
}
.radio-button-link.active .radio-button-link__radio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #25b9d7;
}

.radio-button-link__radio {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border: 2px solid #b3c7cd;
  border-radius: 50%;
  margin: 0.125rem;
}

.radio-button-link__icon {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6c868e;
  width: 2rem;
  height: 2rem;
}

.radio-button-link__text {
  font-size: 0.875rem;
  line-height: 1.188rem;
}

.radio-button-link__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.313rem;
  color: #363a41;
}

.radio-button-link__help {
  display: block;
  color: #6c868e;
  margin: 0;
}

/*disabled*/
.radio-button-link.radio-button-link--disabled {
  border-color: #b3c7cd;
  pointer-events: none;
}
.radio-button-link.radio-button-link--disabled .radio-button-link__icon,
.radio-button-link.radio-button-link--disabled .radio-button-link__label,
.radio-button-link.radio-button-link--disabled .radio-button-link__help {
  color: #b3c7cd;
}
.radio-button-link.radio-button-link--disabled .radio-button-link__radio {
  border-color: #eaebec;
}
.radio-button-link.radio-button-link--disabled .radio-button-link__radio:before {
  background-color: #eaebec;
}