1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 23:17:46 +00:00
Files
matomo/plugins/API/css/styles.css
Stefan Giehl a3b1d0348b [CSS Stylelint] Disallow appending unit to zero values (#20932)
* Adds stylelint rule to forbid irregular whitespaces

* Disallow appending unit to zero values

* apply new rule using automatic fix
2023-06-27 07:08:11 +02:00

30 خطوط
443 B
CSS

#token_auth {
background-color:#E8FFE9;
border-color:#00CC3A;
border-style: solid;
border-width: 1px;
margin: 0 0 16px 8px;
padding: 12px;
line-height:4em;
}
.example, .example A {
color:#9E9E9E;
}
.page_api{
padding:0 15px 0 15px;
font-size:13px;
}
.page_api h2 {
border-bottom:1px solid #DADADA;
margin:10px -15px 15px 0;
padding:0 0 5px 0;
font-size:24px;
}
.page_api p {
line-height:140%;
padding-bottom:20px;
}