mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
25 lines
349 B
SCSS
25 lines
349 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|