mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge branch 'grav' of https://github.com/YunoHost/doc
This commit is contained in:
commit
bd4eb92f3f
2 changed files with 7 additions and 7 deletions
|
@ -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 %}"]
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue