قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 15:07:44 +00:00

* Add compliance page UI with static mock data --------- Co-authored-by: Matt <1169490+caddoo@users.noreply.github.com> Co-authored-by: Michal Kleiner <michal@innocraft.com>
38 خطوط
537 B
Plaintext
38 خطوط
537 B
Plaintext
.compliance {
|
|
label {
|
|
color: @theme-color-text;
|
|
.font-default(13px, 18px);
|
|
display: block;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.status {
|
|
line-height: 1.5rem;
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem;
|
|
|
|
&.compliant {
|
|
color: #5D9E52;
|
|
}
|
|
|
|
&.non-compliant {
|
|
color: #D2312D;
|
|
}
|
|
|
|
&.unknown {
|
|
color: #D9D9D9;
|
|
}
|
|
|
|
.icon {
|
|
width: 1rem;
|
|
text-align: center;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.icon-close {
|
|
font-size: 0.65rem
|
|
}
|
|
}
|
|
}
|