taiga-front/app/styles/layout/admin-project-values.scss

50 lines
939 B
SCSS

.admin-attributes {
.admin-attributes-section {
margin-bottom: 2rem;
.checksley-error-list {
height: 0;
position: relative;
li {
@extend %light;
background: rgba($red, .7);
position: absolute;
width: 100%;
}
}
}
}
.admin-roles {
header {
position: relative;
}
h1 {
margin-bottom: 0;
}
p {
@extend %title;
@extend %large;
color: $gray-light;
}
}
.project-values-title {
align-content: center;
align-items: center;
background: $whitish;
display: flex;
justify-content: space-between;
padding: .8em 1rem;
text-transform: uppercase;
h2 {
margin: 0;
span {
margin-left: .5rem;
text-transform: none;
}
}
a {
display: inline-block;
}
}