mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Add README documentation to ExtensionPage (#3094)
Co-authored-by: Alexander Skvortsov <sasha.skvortsov109@gmail.com>
This commit is contained in:
@@ -11,4 +11,5 @@
|
||||
@import "admin/AppearancePage";
|
||||
@import "admin/MailPage";
|
||||
@import "admin/NoJs";
|
||||
@import "admin/UsersListPage.less";
|
||||
@import "admin/ReadmeModal";
|
||||
@import "admin/UsersListPage";
|
||||
|
@@ -149,3 +149,20 @@
|
||||
display: inline-block;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.Readme-link {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
color: @muted-color;
|
||||
}
|
||||
|
||||
.ReadmeModal {
|
||||
.Modal-header {
|
||||
background: @control-bg;
|
||||
color: @muted-color
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
5
less/admin/ReadmeModal.less
Normal file
5
less/admin/ReadmeModal.less
Normal file
@@ -0,0 +1,5 @@
|
||||
.ReadmeModal {
|
||||
.Placeholder {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user