diff options
author | HombreLaser <sebastian-440@live.com> | 2023-04-23 12:19:07 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-04-23 12:19:07 -0600 |
commit | 9a5b4259808d719a531eca18dff993eeeff71bc1 (patch) | |
tree | 8237b8bf54688c7704f55be531ce20684f0b6cc4 /src/components/stylesheets | |
parent | a417af928cd42e8a6749d69ac661182b3e1249a8 (diff) |
Simplificada interfaz
Diffstat (limited to 'src/components/stylesheets')
-rw-r--r-- | src/components/stylesheets/navbar.css | 10 | ||||
-rw-r--r-- | src/components/stylesheets/searchbar.css | 3 |
2 files changed, 9 insertions, 4 deletions
diff --git a/src/components/stylesheets/navbar.css b/src/components/stylesheets/navbar.css index eefb764..75748a6 100644 --- a/src/components/stylesheets/navbar.css +++ b/src/components/stylesheets/navbar.css @@ -1,8 +1,10 @@ .navbar { overflow: hidden; - position: fixed; + margin-bottom: 5px; + /*position: fixed;*/ top: 0; width: 100%; + border-bottom: solid 5px #394490; } .navbar-elements-text { @@ -12,10 +14,10 @@ .avatar { height: 25px; - width: 25px + width: 25px; } -.image { - height: 30px; +.logo { + height: 35px; width: auto; }
\ No newline at end of file diff --git a/src/components/stylesheets/searchbar.css b/src/components/stylesheets/searchbar.css new file mode 100644 index 0000000..99d3f28 --- /dev/null +++ b/src/components/stylesheets/searchbar.css @@ -0,0 +1,3 @@ +.searchbar { + display: flex; +}
\ No newline at end of file |