Sat. Sep 30th, 2023
Navigation Sign-in Container

The navigation sign-in container is a hidden element in the navigation bar that contains the sign-in functionality. It is displayed as a flexbox with its items aligned vertically. The container has a cursor property set to “pointer”.

Navigation Icon User Container

The navigation icon user container is a flex container that holds the user icon in the navigation bar.

Navigation Account Container

The navigation account container is a hidden element in the navigation bar that displays the user’s account information. It has a background color of “#eeee” and is also displayed as a flexbox with its items aligned vertically. The container has a cursor property set to “pointer”.

Navigation Name and SVG Container

The navigation name and SVG container is a flex container that holds the user’s name and an SVG icon in the navigation bar.

Navigation Name Container

The navigation name container holds the user’s name in the navigation bar. It has a padding-top of 2px.

Navigation User First Name

The navigation user first name is the user’s first name displayed in the navigation bar. It has a font size of 11px and a font weight of 600. The text color is set to black and it has no underline.

Navigation SVG Container

The navigation SVG container is a flex container that holds the SVG icon in the navigation bar.

Open Setting Container

The open setting container is a hidden element that displays a settings menu when clicked. It is displayed as a flex container with its items aligned vertically. The container has a black background color and a width of 120px. It transitions in height with an ease-in-out effect. It also has a box shadow and a z-index set to 9998.

Navigation Settings Div

The navigation settings div is a container that holds the settings menu in the navigation bar. It is not displayed by default.

Navigation Settings UL

The navigation settings UL is an unordered list that holds the list items in the settings menu. It has no padding or margin and a line height of 1.8.

Navigation Setting LI

The navigation setting LI is a list item in the settings menu. It has no bullet points, a font size of 10px, and no padding or margin.

Navigation Setting a Link

The navigation setting a link is a link in the settings menu. It has a white text color and no underline. When hovered over, the color changes to #777.

@media screen and (max-width: 1339px)

This media query applies styles to the navigation elements when the screen width is less than or equal to 1339px.

@media screen and (max-width: 992px)

This media query applies styles to the navigation elements when the screen width is less than or equal to 992px.

@media only screen and (max-width: 600px)

This media query applies styles to the navigation elements when the screen width is less than or equal to 600px.