1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00
onion/sass/ascribe_acl_information.scss

25 lines
349 B
SCSS
Raw Normal View History

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 {
color: $ascribe-dark-blue;
2015-10-20 15:10:18 +02:00
}
.info {
color: #212121;
2015-10-20 15:10:18 +02:00
}
.example {
color: #616161;
2015-10-20 15:10:18 +02:00
}
}