40 lines
670 B
SCSS
40 lines
670 B
SCSS
.admin-attributes {
|
|
.admin-attributes-section {
|
|
margin-bottom: 2rem;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|