mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
add post-installation container
This commit is contained in:
parent
1249bbe6d4
commit
069ae95575
@ -226,5 +226,41 @@ p.note {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-instructions-container {
|
||||||
|
#generic-post, #fedora-post, #debian-post, .post-instructions {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
label.menu-selector {
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
border-bottom: 2px solid $grayLight;
|
||||||
|
transition: border-bottom-color .5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
label.menu-selector + label.menu-selector {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#generic-post:checked ~ .menu-selector.generic-post,
|
||||||
|
#fedora-post:checked ~ .menu-selector.fedora-post,
|
||||||
|
#debian-post:checked ~ .menu-selector.debian-post
|
||||||
|
{
|
||||||
|
border-bottom-color: $blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#generic-post:checked ~ .post-instructions.generic-post,
|
||||||
|
#fedora-post:checked ~ .post-instructions.fedora-post,
|
||||||
|
#debian-post:checked ~ .post-instructions.debian-post
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-instructions {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user