99}
1010
1111.header {
12- margin-top : 10px ;
12+ margin-top : $logoPositionTop - 18px ;
13+ font-size : $headerFontSize ;
14+ color : $header ;
1315}
1416
1517#leftHeader {
1618 display : flex ;
1719 justify-content : center ;
1820 align-items : center ;
21+ margin-left : $logoPositionLeft - 30px ;
1922}
2023
2124#rightHeader {
2225 display : flex ;
2326 justify-content : center ;
2427 align-items : center ;
28+ margin : 0 ;
29+ margin-top : 20px ;
2530}
2631
2732#dashboard {
28- font-size : 18 px ;
33+ margin-left : $logoPositionLeft - 34 px ;
2934}
3035
31- #listIcon {
36+ .icon {
3237 vertical-align : middle ;
3338 text-align : center ;
3439 color : $icon ;
3540 background-color : $background ;
36- font-size : 34px ;
37- font-weight : 400px ;
38- margin : 10px ;
39- padding : 5px ;
40- box-sizing : border-box ;
41+ box-sizing : content-box ;
4142 border-radius : 50% ;
4243 box-shadow : $boxshadow1 ;
4344 line-height : 1.42857143 ;
4445 white-space : nowrap ;
4546 display : inline-flex ;
4647 outline : 0 ;
47- box-sizing : border-box ;
4848 border : none ;
4949 cursor : pointer ;
5050 position : relative ;
5151 min-height : auto ;
5252 white-space : nowrap ;
5353}
5454
55+ .sideIcon {
56+ font-size : 34px ;
57+ vertical-align : middle ;
58+ text-align : center ;
59+ color : $icon ;
60+ background-color : transparent ;
61+ box-sizing : content-box ;
62+ border-radius : 50% ;
63+ line-height : 1.42857143 ;
64+ white-space : nowrap ;
65+ display : inline-flex ;
66+ outline : 0 ;
67+ border : none ;
68+ cursor : pointer ;
69+ position : relative ;
70+ min-height : auto ;
71+ white-space : nowrap ;
72+ margin : 5px ;
73+ margin-top : 15px ;
74+ padding : 5px ;
75+ }
76+
77+ #dashboardIcon {
78+ margin-left : -30px ;
79+ }
80+
81+ #personIcon {
82+ margin-right : 50px ;
83+ }
84+
85+ #listIcon {
86+ font-size : 42px ;
87+ font-weight : 400px ;
88+ margin : 10px ;
89+ padding : 5px ;
90+ }
91+
92+ button {
93+ background-color : transparent ;
94+ border : 0 ;
95+ outline : none ;
96+ margin : 0px ;
97+ padding : 0px ;
98+ }
99+
100+ button :hover {
101+ background-color : transparent ;
102+ }
103+
104+ #searchIcon {
105+ background-color : $background ;
106+ font-size : 26px ;
107+ font-weight : 400px ;
108+ padding : 8px ;
109+ margin : 0px ;
110+ margin-left : 15px ;
111+ }
112+
55113#listIcon :hover {
56114 box-shadow : $boxshadow3 ;
115+ }
116+
117+ #searchIcon :hover {
118+ box-shadow : $boxshadow3 ;
119+ }
120+
121+ .form {
122+ height : 30px ;
123+ font-weight : 100 ;
124+ font-size : inherit ;
125+ color : inherit ;
126+ display : flex ;
127+ text-align : center ;
128+ vertical-align : middle ;
129+ justify-items : center ;
130+ align-items : center ;
131+ }
132+
133+ .inputContainer {
134+ position : relative ;
135+ display : flex ;
136+ flex-direction : column ;
137+ }
138+
139+ #textInput {
140+ background-color : transparent ;
141+ outline : none ;
142+ border : 0 ;
143+ padding : 5px ;
144+ // transform: translateY(-50%);
145+ transition : all 0.25s ease ;
146+ pointer-events : none ;
147+ text-align : left ;
148+ margin-top : 5px ;
149+ }
150+
151+ input :-webkit-autofill ,
152+ input :-webkit-autofill :hover ,
153+ input :-webkit-autofill :focus ,
154+ textarea :-webkit-autofill ,
155+ textarea :-webkit-autofill :hover ,
156+ textarea :-webkit-autofill :focus ,
157+ select :-webkit-autofill ,
158+ select :-webkit-autofill :hover ,
159+ select :-webkit-autofill :focus {
160+ border : 1px solid green ;
161+ box-shadow : $boxshadow1 ;
162+ -webkit-text-fill-color : green ;
163+ -webkit-box-shadow : 0 0 0px 1000px #000 inset ;
164+ transition : background-color 5000s ease-in-out 0s ;
57165}
0 commit comments