1
0
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:
Ian Morland
2021-10-28 02:56:56 +01:00
committed by GitHub
parent 247ace2f04
commit 28ead83b04
11 changed files with 214 additions and 1 deletions

View File

@@ -11,4 +11,5 @@
@import "admin/AppearancePage";
@import "admin/MailPage";
@import "admin/NoJs";
@import "admin/UsersListPage.less";
@import "admin/ReadmeModal";
@import "admin/UsersListPage";

View File

@@ -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%;
}
}

View File

@@ -0,0 +1,5 @@
.ReadmeModal {
.Placeholder {
margin-bottom: 40px;
}
}