@@ -8,32 +8,39 @@ $container3: #3C3C3C;
88$container4 : #1D1D1F ;
99$blueContainer : #363749 ;
1010$button1 : #1E1F21 ;
11-
12- $font : ' Lato ' , sans-serif ;
11+ $font : ' Lato ' ,
12+ sans-serif ;
1313$yellow-color : #ECB613 ;
1414$blue-color : #6795DE ;
1515$orange-color : #CF4B32 ;
16- $clone-wars-color : rgb (217 ,217 ,217 );
16+ $clone-wars-color : rgb (217 , 217 , 217 );
1717$grey-color : #C0C0C0 ;
18-
19-
2018// Thin 100 Italic
2119// Light 300
2220// Light 300 Italic
2321// Regular 400
2422// Regular 400 Italic
2523// Bold 700
2624// Bold 700 Italic
27-
2825body {
29- display : flex ;
26+ display : flex ;
27+ position : relative ;
28+ background-color : $main-background ;
29+ flex-direction : row ;
30+ display : flex ;
3031}
3132
3233main {
33- background-color : $main-background ;
34- width : calc (100vw - 55px );
34+ width : calc (100vw - 55px );
35+ margin-left : 55px ;
36+ // width: 100vw;
3537}
3638
39+ a {
40+ text-decoration : none ;
41+ }
42+
43+
3744/* ********FONTSFONTSFONTSFONTSFONTS*********/
3845
3946.font20-reg {
@@ -45,35 +52,36 @@ main {
4552}
4653
4754.font16-reg {
48- color :white ;
49- font-family : $font ;
50- font-size : 16px ;
51- line-height : 22px ;
52- font-weight : 400 ;
55+ color : white ;
56+ font-family : $font ;
57+ font-size : 16px ;
58+ line-height : 22px ;
59+ font-weight : 400 ;
5360}
5461
5562.font14-reg {
56- color :white ;
57- font-family : $font ;
58- font-size : 14px ;
59- line-height : 22px ;
60- font-weight : 400 ;
63+ color : white ;
64+ font-family : $font ;
65+ font-size : 14px ;
66+ line-height : 22px ;
67+ font-weight : 400 ;
6168}
6269
6370.font14-bold {
64- color :white ;
65- font-family : $font ;
66- font-size : 14px ;
67- line-height : 28px ;
68- font-weight : 700 ;
69- position : absolute ;
71+ color : white ;
72+ font-family : $font ;
73+ font-size : 14px ;
74+ line-height : 28px ;
75+ font-weight : 700 ;
76+ position : absolute ;
7077}
7178
7279.font12-reg {
73- font-family : $font ;
74- font-size : 12px ;
75- font-weight : Light ;
80+ font-family : $font ;
81+ font-size : 12px ;
82+ font-weight : Light ;
7683}
84+
7785.font14-reg-gray {
7886 color : #C9C9C9 ;
7987 font-family : $font ;
@@ -98,85 +106,140 @@ main {
98106 font-weight : 400 ;
99107}
100108
109+ /* *************SIDE MENU**************/
110+ .view {
111+ display :flex ;
112+ flex-direction : row ;
113+
114+ }
115+
101116.font12-reg-black {
102117 color : #131414 ;
103118 font-family : $font ;
104119 font-size : 12px ;
105120 line-height : 12px ;
106121 font-weight : 400 ;
107122}
108-
109123.side-menu {
110- background-color : $sidebar-color ;
111- height : 100vh ;
112- width : 55px ;
124+ background-color : $sidebar-color ;
125+ height : 100% ;
126+ width : 55px ;
127+ padding : 5px ;
128+ float : left ;
129+ position : fixed ;
130+ left : 0 ;
131+ // display:none;
132+ }
133+
134+ .side-menu-icon {
135+ width : 35px ;
136+ height : 35px ;
137+ margin : auto ;
138+ align-content : center ;
139+ }
140+
141+ .side-menu-container {
142+ background-color : $sidebar-color ;
143+ height : 100vh ;
144+ width : 0px ;
145+ top : 0px ;
146+ display : flex ;
147+ overflow : hidden ;
148+ transition : width 0.5s ;
149+ position : fixed ;
150+ left :55px ;
151+ }
152+
153+ .menu-items {
154+
113155}
114156
157+ /* *************TOP MENU**************/
158+
115159.top-menu {
116- background-color : $sidebar-color ;
117- position : absolute ;
118- top : 0px ;
119- right : 0px ;
120- width : 150px ;
121- height : 50px ;
160+ background-color : $sidebar-color ;
161+ position : fixed ;
162+ top : 0px ;
163+ right : 0px ;
164+ width : 150px ;
165+ height : 50px ;
122166}
123167
168+ /* *************MAIN AREA**************/
169+
124170.main {
171+ height : 100vh ;
172+ width : 100vw ;
173+ background-color : $main-background ;
174+ display : flex ;
175+ }
176+
177+ .main-div {
178+ // top: 50%;
179+ // left: 50%;
180+ // transform: translate(50%, -50%);
181+ background-color : red ;
125182 height : 100vh ;
126- width : 100vw ;
127- background-color : $main-background ;
128- display :flex ;
183+ width : 100% ;
184+ margin : auto ;
185+ float : right ;
186+ // position: absolute;
187+ // right: 0;
129188}
130189
190+ /* *************LOGIN PAGE**************/
191+
131192.middle {
132- background-color : $container1 ;
133- display : block ;
134- width : 330px ;
135- height : 85vh ;
136- margin : auto ;
193+ background-color : $container1 ;
194+ display : block ;
195+ width : 330px ;
196+ height : 85vh ;
197+ margin : auto ;
137198}
138199
139200.logo {
140- display : block ;
141- margin : auto ;
142- border-radius : 10px ;
143- text-shadow : 5px ;
201+ display : block ;
202+ margin : auto ;
203+ border-radius : 10px ;
204+ text-shadow : 5px ;
144205}
145206
146207.logo-padding {
147- padding : 75px 75px 10px 75px ;
208+ padding : 75px 75px 10px 75px ;
148209}
149210
150211.logo-font {
151- color : $clone-wars-color ;
152- font-size : 35px ;
153- text-align : center ;
212+ color : $clone-wars-color ;
213+ font-size : 35px ;
214+ text-align : center ;
154215}
155216
156217.button {
157- background-color : $button1 ;
158- width : 280px ;
159- height : 30px ;
160- border-radius : 5px ;
161- margin : auto ;
162- color : $orange-color ;
163- text-align : center ;
164- vertical-align : middle ;
165- line-height :30px ;
166- // flex-direction: row;
167- align-content :center ;
218+ background-color : $button1 ;
219+ width : 280px ;
220+ height : 30px ;
221+ border-radius : 5px ;
222+ margin : auto ;
223+ color : $orange-color ;
224+ text-align : center ;
225+ vertical-align : middle ;
226+ line-height : 30px ;
227+ // flex-direction: row;
228+ align-content : center ;
168229}
169230
170231.button-icon {
171- height :20px ;
172- width : 20px ;
232+ height : 20px ;
233+ width : 20px ;
173234}
174235
175236.center {
176- text-align : center ;
177- color : $grey-color ;
237+ text-align : center ;
238+ color : $grey-color ;
178239}
179240
180- a {
181- text-decoration : none ;
241+ .bottom-links {
242+ text-align : center ;
243+ display : flex ;
244+ color : white ;
182245}
0 commit comments