diff options
author | HombreLaser <sebastian-440@live.com> | 2023-04-23 13:12:25 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-04-23 13:12:25 -0600 |
commit | 31cc5ecdb693be1da04ee0a3e6dc876535d5fb4b (patch) | |
tree | c87dc3b5aea7b791e7cef8984c1e0a2f31b58418 /src/components/stylesheets | |
parent | 9a5b4259808d719a531eca18dff993eeeff71bc1 (diff) |
Añade loader
Diffstat (limited to 'src/components/stylesheets')
-rw-r--r-- | src/components/stylesheets/search_bar.css | 3 | ||||
-rw-r--r-- | src/components/stylesheets/searchbar.css | 3 | ||||
-rw-r--r-- | src/components/stylesheets/shared.css | 9 |
3 files changed, 12 insertions, 3 deletions
diff --git a/src/components/stylesheets/search_bar.css b/src/components/stylesheets/search_bar.css new file mode 100644 index 0000000..5719db7 --- /dev/null +++ b/src/components/stylesheets/search_bar.css @@ -0,0 +1,3 @@ +.search-bar-field { + margin-left: 2px; +}
\ No newline at end of file diff --git a/src/components/stylesheets/searchbar.css b/src/components/stylesheets/searchbar.css deleted file mode 100644 index 99d3f28..0000000 --- a/src/components/stylesheets/searchbar.css +++ /dev/null @@ -1,3 +0,0 @@ -.searchbar { - display: flex; -}
\ No newline at end of file diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css index 9d95e0f..dd50228 100644 --- a/src/components/stylesheets/shared.css +++ b/src/components/stylesheets/shared.css @@ -4,4 +4,13 @@ position: relative; top: 80px; left: 10%; +} + +.button { + background-color: #394490; +} + +.main-view { + width: 80%; + margin: auto; }
\ No newline at end of file |