1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 05:46:24 +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 a1b5ef5154
commit acf16fdf2e
6 changed files with 21 additions and 24 deletions

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 {