mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
15 lines
247 B
CSS
15 lines
247 B
CSS
![]() |
.pluginHeaderTitle { /* stylelint-disable */
|
||
|
color: #282A31;
|
||
|
}
|
||
|
|
||
|
.pluginHeaderTitleName {
|
||
|
font-size: 2.4rem;
|
||
|
margin-top: 0.7rem;
|
||
|
margin-bottom: 0.2rem;
|
||
|
}
|
||
|
|
||
|
.pluginHeaderTitleDescription {
|
||
|
font-size: 1.3rem;
|
||
|
color: #9CA4B9;
|
||
|
margin: 0;
|
||
|
}
|