source: phonelux-frontend/src/components/NavbarComponent/NavbarComponent.css@ 775e15e

Last change on this file since 775e15e was e5b84dc, checked in by Marko <Marko@…>, 22 months ago

Prototype version

  • Property mode set to 100644
File size: 251 bytes
Line 
1.phonelux-navbar{
2 width: fit-content;
3 margin-right: 20px;
4}
5
6.navbar-account-box-icon{
7 font-size: 50px;
8 margin-top: 10px;
9}
10
11.navbar-account-box-icon:hover{
12 cursor: pointer;
13}
14
15
16/* style={{ fontSize: '50px', marginTop: '10px' }} */
Note: See TracBrowser for help on using the repository browser.