2018-03-22 17:29:59 +00:00
|
|
|
.product-update {
|
|
|
|
text-align: left;
|
|
|
|
|
2018-12-13 12:24:16 +00:00
|
|
|
> .update-status {
|
|
|
|
> .title {
|
2018-03-22 17:29:59 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.5rem;
|
2018-12-14 11:52:31 +00:00
|
|
|
color: map-get($yellow-shades, 800);
|
|
|
|
margin-bottom: 5px;
|
2018-12-13 12:24:16 +00:00
|
|
|
display:block;
|
2018-03-22 17:29:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .instructions {
|
2018-12-13 12:24:16 +00:00
|
|
|
font-weight: 500;
|
2018-12-14 11:52:31 +00:00
|
|
|
font-size: 1.1rem;
|
2018-12-13 12:24:16 +00:00
|
|
|
color: map-get($gray-shades, 800);
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .links {
|
2018-12-14 11:52:31 +00:00
|
|
|
margin: 10px 0 0 0;
|
2018-12-13 12:24:16 +00:00
|
|
|
|
|
|
|
> p {
|
2018-12-14 11:52:31 +00:00
|
|
|
margin: 0.3rem 0;
|
|
|
|
|
2018-12-13 12:24:16 +00:00
|
|
|
> .edition-name {
|
2018-12-14 11:52:31 +00:00
|
|
|
font-size: 1.1rem;
|
2018-12-13 12:24:16 +00:00
|
|
|
font-weight: 400;
|
|
|
|
color: map-get($yellow-shades, 900);
|
|
|
|
}
|
|
|
|
|
|
|
|
> .link {
|
2018-12-14 11:52:31 +00:00
|
|
|
font-size: 1.1rem;
|
|
|
|
color: map-get($yellow-shades, 600);
|
2018-12-13 12:24:16 +00:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
2018-03-22 17:29:59 +00:00
|
|
|
}
|
2018-12-13 12:24:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .change-log {
|
|
|
|
padding: 25px;
|
|
|
|
background-color: map-get($gray-shades, 100);
|
|
|
|
border: 1px solid map-get($gray-shades, 200);
|
2019-06-19 12:48:18 +01:00
|
|
|
@include border-radius(16px);
|
2018-03-22 17:29:59 +00:00
|
|
|
|
|
|
|
> .version {
|
2018-12-13 12:24:16 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.2rem;
|
2018-12-14 11:52:31 +00:00
|
|
|
color: map-get($gray-shades, 700);
|
2018-12-13 12:24:16 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
display: block;
|
2018-03-22 17:29:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .changes {
|
|
|
|
margin: 10px 0 0 40px;
|
|
|
|
|
|
|
|
> li {
|
|
|
|
list-style-type: disc;
|
|
|
|
padding: 5px 0;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
color: $color-black;
|
|
|
|
|
|
|
|
> .tag-edition {
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
padding: 5px 10px;
|
2018-12-13 12:24:16 +00:00
|
|
|
background-color: map-get($green-shades, 200);
|
|
|
|
color: map-get($green-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9rem;
|
2018-12-13 12:24:16 +00:00
|
|
|
@include border-radius(3px);
|
2018-03-22 17:29:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-about {
|
|
|
|
text-align: center;
|
|
|
|
margin: 30px 30px;
|
|
|
|
|
|
|
|
> .edition {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
color: $color-black;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .version {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1rem;
|
2018-12-04 17:26:57 +00:00
|
|
|
color: map-get($gray-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .dotcom {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
color: $color-link;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .copyright {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1rem;
|
2018-12-04 17:26:57 +00:00
|
|
|
color: $color-black-light-1;
|
2018-03-22 17:29:59 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .license {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1rem;
|
2018-12-04 17:26:57 +00:00
|
|
|
color: map-get($gray-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.update-available-dot {
|
|
|
|
border-radius: 10px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2018-12-04 17:26:57 +00:00
|
|
|
background-color: map-get($yellow-shades, 700);
|
2018-03-22 17:29:59 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.whats-new-dot {
|
|
|
|
border-radius: 10px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2018-12-04 17:26:57 +00:00
|
|
|
background-color: map-get($red-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-news {
|
|
|
|
text-align: left;
|
|
|
|
margin: 0 30px;
|
|
|
|
|
|
|
|
> h2 {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 2rem;
|
2018-12-04 17:26:57 +00:00
|
|
|
color: $color-black-light-1;
|
2018-03-22 17:29:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .news-item {
|
|
|
|
padding: 30px 0;
|
2018-12-04 17:26:57 +00:00
|
|
|
border-bottom: 1px solid map-get($gray-shades, 300);
|
2018-03-22 17:29:59 +00:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
> .title {
|
2018-12-04 17:26:57 +00:00
|
|
|
color: $theme-500;
|
2018-03-22 17:29:59 +00:00
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .date {
|
2018-12-04 17:26:57 +00:00
|
|
|
color: map-get($gray-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .info {
|
|
|
|
color: $color-black;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .tag-edition {
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
padding: 5px 10px;
|
2018-12-04 17:26:57 +00:00
|
|
|
background-color: map-get($gray-shades, 100);
|
|
|
|
color: map-get($gray-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
> img {
|
|
|
|
max-width: 450px;
|
|
|
|
max-height: 350px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .action {
|
|
|
|
margin: 20px 0;
|
|
|
|
text-align: center;
|
2018-12-04 17:26:57 +00:00
|
|
|
color: map-get($gray-shades, 600);
|
2018-03-22 17:29:59 +00:00
|
|
|
font-weight: 800;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
}
|