onion/sass/ascribe_acl_information.scss

26 lines
350 B
SCSS
Raw Permalink Normal View History

2015-11-03 10:39:01 +01:00
.acl-information-dropdown-list {
text-align: justify;
padding: .5em .5em .5em 0;
p {
margin: 0 .5em 1em 0;
line-height: 1.2;
}
span {
font-size: 13px;
}
.title {
color: $ascribe-dark-blue;
}
.info {
color: #212121;
}
.example {
color: #616161;
}
2015-11-03 10:48:28 +01:00
}