1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/PrivacyManager/stylesheets/gdprOverview.less
Stefan Giehl 05d5b3010b Adds message about data retention on gdpr overview (#12878)
* Adds message about data retention on gdpr overview

* Adds additional information about gdpr relevant data retention

* replace log data with raw data

* review adjustments

* adds ui test

* review adjustments

* update UI files
2018-05-21 16:12:59 -07:00

12 خطوط
211 B
Plaintext

.manageGdpr .intro, .privacyAskingForConsent, .gdprOverview {
ol,ul {
margin-left: 20px;
li {
list-style-type: decimal !important;
}
}
ul li {
list-style-type: disc !important;
}
}