2015-10-20 15:10:18 +02:00
|
|
|
.acl-information-dropdown-list {
|
|
|
|
text-align: justify;
|
|
|
|
padding: .5em .5em .5em 0;
|
|
|
|
|
|
|
|
p {
|
2015-10-23 10:37:23 +02:00
|
|
|
margin: 0 .5em 1em 0;
|
|
|
|
line-height: 1.2;
|
2015-10-20 15:10:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
2015-10-29 15:44:05 +01:00
|
|
|
font-size: 13px;
|
2015-10-20 15:10:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2015-10-23 09:29:17 +02:00
|
|
|
color: $ascribe-dark-blue;
|
2015-10-20 15:10:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
2015-10-23 09:29:17 +02:00
|
|
|
color: #212121;
|
2015-10-20 15:10:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.example {
|
2015-10-23 09:29:17 +02:00
|
|
|
color: #616161;
|
2015-10-20 15:10:18 +02:00
|
|
|
}
|
2015-12-08 20:55:13 +01:00
|
|
|
}
|