mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Adds button and click handler to display a specifi distro
This commit is contained in:
parent
eca2d54ddb
commit
d02f388309
4 changed files with 53 additions and 2 deletions
|
@ -281,6 +281,20 @@ $scores:
|
|||
border-radius: 4px;
|
||||
text-align: center;
|
||||
|
||||
&.active {
|
||||
background-color: #2c6fad;
|
||||
background-image: -o-linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
|
||||
background-image: -moz-linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
|
||||
background-image: -webkit-linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
|
||||
background-image: -ms-linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
|
||||
background-image: linear-gradient(bottom, #255f96 14%, #2c6fad 70%);
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
@ -295,6 +309,10 @@ $scores:
|
|||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wallet-os-screenshot {
|
||||
img {
|
||||
border: 1px solid $grey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue