This commit is contained in:
Yunohost-Bot 2021-02-08 00:16:13 +00:00
commit bd4eb92f3f
2 changed files with 7 additions and 7 deletions

View file

@ -60,12 +60,6 @@ routes:
{% set at_home = true %} {% set at_home = true %}
{% endif %} {% endif %}
<style>
.hardware.active {
border: 3px solid #5a5;
border-radius: 15px;
}
</style>
Select the hardware on which you want install YunoHost : Select the hardware on which you want install YunoHost :
[div class="flex-container"] [div class="flex-container"]
@ -94,7 +88,7 @@ Select the hardware on which you want install YunoHost :
[/div] [/div]
[/div] [/div]
[div class="flex-container"] [div class="flex-container pt-2"]
{% if rpi2plus or rpi1 or rpi0 %} {% if rpi2plus or rpi1 or rpi0 %}
[div class="flex-child hardware{%if rpi2plus %} active{% endif %}"] [div class="flex-child hardware{%if rpi2plus %} active{% endif %}"]

View file

@ -195,6 +195,12 @@ body .off-canvas .learn-sidebar .searchbox input {
Style sheet for the cards Style sheet for the cards
############################################################################### ###############################################################################
*/ */
.hardware.active {
box-shadow: 0 0 15px #bbb;
border-radius: 5px;
}
.hardware-image #cards-list:after { .hardware-image #cards-list:after {
content:''; content:'';
display:block; display:block;