diff --git a/src/assets/css/Search/Search.scss b/src/assets/css/Search/Search.scss index 10fdc53..fa8db89 100644 --- a/src/assets/css/Search/Search.scss +++ b/src/assets/css/Search/Search.scss @@ -18,12 +18,12 @@ } .heading { - margin-left: $small; - background-color: rgb(3, 54, 112); - width: 6rem; - padding: $small; + padding: $medium; border-radius: $small; margin-bottom: $small; + text-align: center !important; + font-size: 1; + color: #fff; } .input { @@ -31,7 +31,6 @@ align-items: center; position: relative; } - } .right-search .scrollable { @@ -48,7 +47,7 @@ width: 100%; border-radius: 0.4rem; position: relative; - + ._loader { position: absolute; top: 0; @@ -64,7 +63,7 @@ font-size: 1rem; outline: none; transition: all 0.5s ease; - padding-left: .75rem; + padding-left: 0.75rem; &:focus { transition: all 0.5s ease; diff --git a/src/components/RightSideBar/Main.vue b/src/components/RightSideBar/Main.vue index 93f4383..8f69867 100644 --- a/src/components/RightSideBar/Main.vue +++ b/src/components/RightSideBar/Main.vue @@ -22,7 +22,7 @@ \ No newline at end of file + diff --git a/src/components/Search/TracksGrid.vue b/src/components/Search/TracksGrid.vue index 89c91f3..cae78bf 100644 --- a/src/components/Search/TracksGrid.vue +++ b/src/components/Search/TracksGrid.vue @@ -1,6 +1,6 @@