diff options
author | Rémy Raes <contact@remyraes.com> | 2023-03-30 01:34:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 01:34:33 +0200 |
commit | 61cb8f66db7bb71e8bed00b1a730ab7db14745f6 (patch) | |
tree | 108bfccbde82eb5e05211a6b645adc6c4457eb1d /src-vue/src/style.css | |
parent | aa2624f60ddbf8d1fe45bf4f9f8e3eb8a3b4cbfe (diff) | |
download | FlightCore-61cb8f66db7bb71e8bed00b1a730ab7db14745f6.tar.gz FlightCore-61cb8f66db7bb71e8bed00b1a730ab7db14745f6.zip |
refactor: Style (#247)
* refactor: apply same style to all settings sections
* refactor: only assign developer_mode through store mutation
* refactor: remove useless credit mention
* refactor: remove menu bar background layer
* refactor: use same CSS style for both "no mod" messages
For both local and thunderstore mods views.
* fix: toggleDeveloperMode does not affect menu style by default
* feat: adjust TS mod hint i18n regression
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r-- | src-vue/src/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css index 4401ac96..0366b0ed 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -41,3 +41,8 @@ body { height: 100%; color: white; } + +.noModMessage { + color: white; + margin: 30px 15px; +} |