diff options
author | Alystrasz <contact@remyraes.com> | 2022-09-29 21:25:20 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-09-29 21:25:20 +0200 |
commit | 461b3507a5415723415852a410d4c32152acdaff (patch) | |
tree | 631ff8a4587c365244a8cafaccd5354eb336b504 /src-vue/src/components | |
parent | dc428b4bef95adaaad2846f53fad63ef24fa70c2 (diff) | |
download | FlightCore-461b3507a5415723415852a410d4c32152acdaff.tar.gz FlightCore-461b3507a5415723415852a410d4c32152acdaff.zip |
fix: restore launch button style
Diffstat (limited to 'src-vue/src/components')
-rw-r--r-- | src-vue/src/components/PlayButton.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src-vue/src/components/PlayButton.vue b/src-vue/src/components/PlayButton.vue index cc6eb9f2..dfac68e8 100644 --- a/src-vue/src/components/PlayButton.vue +++ b/src-vue/src/components/PlayButton.vue @@ -64,6 +64,12 @@ export default { </template> <style scoped> +button { + text-transform: uppercase; + border-radius: 2px; + padding: 30px; + font-size: 15px; +} .fc_launch__button:focus { background-color: var(--el-color-primary); border-color: var(--el-color-primary); |