1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Apply changes backported from Enterprise edition

This commit is contained in:
McMatts 2018-12-26 18:13:00 +00:00
parent 3d0a3cecf9
commit 5757b2d36e
24 changed files with 1474 additions and 1378 deletions

View file

@ -207,11 +207,39 @@
> .archive-admin {
> .list {
padding: 0;
margin: 0;
> .item {
margin: 15px 0;
padding: 15px 0;
font-size: 1.2rem;
color: $theme-500;
@include card();
list-style-type: none;
margin: 0 0 2rem 0;
padding: 15px 20px;
width: 100%;
position: relative;
> .info {
padding: 0;
align-self: self-start;
justify-self: self-start;
> .name {
font-size: 1.3rem;
font-weight: 700;
color: map-get($gray-shades, 800);
}
> .desc {
font-size: 1.1rem;
font-weight: 400;
margin-top: 0.4rem;
color: $color-black-light-3;
}
}
> .actions {
margin-top: 20px;
}
}
}
}
@ -287,10 +315,13 @@
> .deactivation-zone {
@include border-radius(3px);
border: 1px solid map-get($red-shades, 600);
border: 1px solid map-get($yellow-shades, 600);
margin: 30px 0;
padding: 20px 20px;
background-color: map-get($red-shades, 100);
color: $color-black-light-1;
background-color: map-get($yellow-shades, 100);
> p {
color: map-get($yellow-shades, 800);
}
}
}