1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui/app/styles/core/news.scss

200 lines
3.3 KiB
SCSS
Raw Normal View History

.product-update {
text-align: left;
> .update-status {
> .title {
font-weight: bold;
font-size: 1.5rem;
2018-12-14 11:52:31 +00:00
color: map-get($yellow-shades, 800);
margin-bottom: 5px;
display:block;
}
> .instructions {
font-weight: 500;
2018-12-14 11:52:31 +00:00
font-size: 1.1rem;
color: map-get($gray-shades, 800);
margin-bottom: 30px;
}
> .links {
2018-12-14 11:52:31 +00:00
margin: 10px 0 0 0;
> p {
2018-12-14 11:52:31 +00:00
margin: 0.3rem 0;
> .edition-name {
2018-12-14 11:52:31 +00:00
font-size: 1.1rem;
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);
font-weight: 600;
}
}
}
}
> .change-log {
padding: 25px;
background-color: map-get($gray-shades, 100);
border: 1px solid map-get($gray-shades, 200);
@include border-radius(16px);
> .version {
font-weight: 700;
font-size: 1.2rem;
2018-12-14 11:52:31 +00:00
color: map-get($gray-shades, 700);
margin: 10px 0;
display: block;
}
> .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;
background-color: map-get($green-shades, 200);
color: map-get($green-shades, 600);
font-weight: bold;
font-size: 0.9rem;
@include border-radius(3px);
}
}
}
}
}
.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);
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;
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);
}
}
.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);
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);
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;
}
> .news-item {
padding: 30px 0;
2018-12-04 17:26:57 +00:00
border-bottom: 1px solid map-get($gray-shades, 300);
text-align: center;
> .title {
2018-12-04 17:26:57 +00:00
color: $theme-500;
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);
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);
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);
font-weight: 800;
font-size: 1.3rem;
}
}