Adds button and click handler to display a specifi distro

This commit is contained in:
Igor Kuzmenko 2017-07-18 00:20:51 +02:00
parent eca2d54ddb
commit d02f388309
4 changed files with 53 additions and 2 deletions

View file

@ -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;