From 16618811271129282398b356357637132664057c Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 10 Sep 2022 18:12:07 +0200 Subject: [PATCH] Poprawki w stylach --- src/components/JournalView/JournalOptions.vue | 45 ++----------------- .../StationsView/StationFilterCard.vue | 9 ++-- src/components/TrainsView/TrainOptions.vue | 4 +- src/styles/global.scss | 15 +++++-- 4 files changed, 23 insertions(+), 50 deletions(-) diff --git a/src/components/JournalView/JournalOptions.vue b/src/components/JournalView/JournalOptions.vue index c541a6b..55da968 100644 --- a/src/components/JournalView/JournalOptions.vue +++ b/src/components/JournalView/JournalOptions.vue @@ -2,9 +2,9 @@
- @@ -200,21 +200,6 @@ export default defineComponent({ z-index: 100; } -.btn--open { - display: flex; - - padding: 0.4em 1em; - font-weight: bold; - font-size: 1em; - - border-radius: 0.75em 0.75em 0 0; - - img { - height: 1.3em; - margin-right: 0.5em; - } -} - h1 { position: relative; font-size: 1.1em; @@ -303,7 +288,7 @@ h1 { max-width: 100%; } - .btn--open { + .btn--image { margin: 0 auto; } @@ -316,27 +301,5 @@ h1 { .options_sorters { justify-content: center; } - - // .options { - // &_wrapper { - // justify-content: center; - // align-items: center; - // } - - // &_content { - // padding: 0 1em; - - // flex-direction: column; - - // .content_select { - // margin: 0 auto; - // padding: 0; - // } - - // .content_search { - // justify-content: center; - // } - // } - // } } - \ No newline at end of file + diff --git a/src/components/StationsView/StationFilterCard.vue b/src/components/StationsView/StationFilterCard.vue index 95a4fc3..e3fc7f4 100644 --- a/src/components/StationsView/StationFilterCard.vue +++ b/src/components/StationsView/StationFilterCard.vue @@ -1,8 +1,8 @@