1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 05:31:58 +02:00
onion/sass/ascribe_acl_information.scss

27 lines
403 B
SCSS

.acl-information-dropdown-list {
text-align: justify;
padding: .5em .5em .5em 0;
p {
margin: .5em .5em .5em 0;
line-height: 15px;
align: justify;
}
span {
font-size: 11px;
line-height: 3px;
}
.title {
color: $ascribe-dark-blue;
}
.info {
color: #212121;
}
.example {
color: #616161;
}
}