1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00
onion/sass/ascribe_acl_information.scss
Tim Daubenschütz 22a95f07fd Further cleanup
2015-10-20 15:10:18 +02:00

28 lines
421 B
SCSS

.acl-information-dropdown-list {
text-align: justify;
background-color: white;
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: #02B6A3;
}
.info {
color: #333333;
}
.example {
color: #B2B2B2;
}
}