1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

chore: Minor Readme CSS code tidy up (#3138)

This commit is contained in:
Sami Mazouz
2021-10-29 19:31:15 +01:00
committed by GitHub
parent a4499678d9
commit 47a800e724
6 changed files with 21 additions and 24 deletions

View File

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

View File

@@ -150,19 +150,12 @@
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%;
}
}
.Placeholder {
margin-bottom: 40px;
}
img {
max-width: 100%;
}
}

View File

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

View File

@@ -134,6 +134,16 @@
}
}
.Modal--inverted {
.Modal-header {
background-color: @control-bg;
color: @control-color;
}
.Modal-body {
background-color: transparent;
color: unset;
}
}
@media @phone {
.ModalManager.fade {