Cosmetics for install process hardware choice

This commit is contained in:
Alexandre Aubin 2021-02-08 01:15:58 +01:00
parent 1a59802d85
commit f65fba07b9
2 changed files with 7 additions and 7 deletions

View file

@ -60,12 +60,6 @@ routes:
{% set at_home = true %}
{% endif %}
<style>
.hardware.active {
border: 3px solid #5a5;
border-radius: 15px;
}
</style>
Select the hardware on which you want install YunoHost :
[div class="flex-container"]
@ -94,7 +88,7 @@ Select the hardware on which you want install YunoHost :
[/div]
[/div]
[div class="flex-container"]
[div class="flex-container pt-2"]
{% if rpi2plus or rpi1 or rpi0 %}
[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
###############################################################################
*/
.hardware.active {
box-shadow: 0 0 15px #bbb;
border-radius: 5px;
}
.hardware-image #cards-list:after {
content:'';
display:block;