diff options
Diffstat (limited to 'src/components/stylesheets/navbar.css')
-rw-r--r-- | src/components/stylesheets/navbar.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/components/stylesheets/navbar.css b/src/components/stylesheets/navbar.css new file mode 100644 index 0000000..eefb764 --- /dev/null +++ b/src/components/stylesheets/navbar.css @@ -0,0 +1,21 @@ +.navbar { + overflow: hidden; + position: fixed; + top: 0; + width: 100%; +} + +.navbar-elements-text { + color: #394490; + font-weight: bold; +} + +.avatar { + height: 25px; + width: 25px +} + +.image { + height: 30px; + width: auto; +}
\ No newline at end of file |