Skip to content

Commit 21228dd

Browse files
removing edits caused in memberInfo.scss
1 parent ac04c77 commit 21228dd

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

src/user/dashboard/insights/components/memberInfo.scss

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.active_btn {
2020
width: 11vw;
2121
height: 5vh;
22-
background: #1a73e8;
22+
background: #1A73E8;
2323
border-radius: 100px;
2424
padding: 0.3em;
2525
margin-right: 1em;
@@ -29,16 +29,16 @@
2929
height: 5vh;
3030
background: rgb(250, 251, 252);
3131
border-radius: 100px;
32-
color: #1a73e8;
32+
color: #1A73E8;
3333
padding: 0.3em;
3434
margin-right: 1em;
3535
}
3636
}
3737
.members_overview {
3838
width: 90vw;
3939
.search_bar {
40-
background: #ffffff;
41-
border: 1.5px solid #cccccc;
40+
background: #FFFFFF;
41+
border: 1.5px solid #CCCCCC;
4242
border-radius: 100px;
4343
width: 39.5%;
4444
padding: 0.4em;
@@ -61,8 +61,8 @@
6161
margin-top: 1em;
6262
.single_member {
6363
display: flex;
64-
background: #ffffff;
65-
border: 1px solid #cccccc;
64+
background: #FFFFFF;
65+
border: 1px solid #CCCCCC;
6666
box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
6767
padding-top: 0.7em;
6868
padding-left: 0.7em;
@@ -78,7 +78,7 @@
7878
height: 60px;
7979
background-blend-mode: normal;
8080
border-radius: 5px;
81-
border: 1px solid #cccccc;
81+
border: 1px solid #CCCCCC;
8282
margin-right: 0.7em;
8383
}
8484
.member_details {
@@ -88,21 +88,21 @@
8888
.row {
8989
width: 29vw;
9090
}
91-
.member_name {
92-
font-family: Inter;
93-
font-style: normal;
94-
font-weight: 600;
95-
font-size: 1.2em;
96-
line-height: 1.5em;
97-
color: #1a73e8;
98-
}
99-
.hamburger {
91+
.member_name {
92+
font-family: Inter;
93+
font-style: normal;
94+
font-weight: 600;
95+
font-size: 1.2em;
96+
line-height: 1.5em;
97+
color: #1A73E8;
98+
}
99+
.hamburger {
100100
.dotted_hamberger {
101101
clear: both;
102102
float: right;
103103
cursor: pointer;
104104
}
105-
}
105+
}
106106
}
107107
.member_designation {
108108
font-family: Inter;
@@ -111,7 +111,7 @@
111111
font-size: 0.9em;
112112
line-height: 0%;
113113
letter-spacing: 0.15em;
114-
color: #90949c;
114+
color: #90949C;
115115
margin-top: -0.5em;
116116
}
117117

@@ -121,13 +121,13 @@
121121
font-weight: normal;
122122
font-size: 0.5em;
123123
line-height: 10px;
124-
color: #90949c;
124+
color: #90949C;
125125
margin-top: -0.7em;
126126
}
127127
}
128128
}
129129
}
130-
input[type="text"] {
130+
input[type=text] {
131131
padding: 0.5em;
132132
}
133133
}
@@ -143,20 +143,20 @@
143143
text-align: center;
144144
.overlay_list_btn {
145145
cursor: pointer;
146-
background: transparent;
147-
border-radius: 100px;
148-
font-family: Inter;
149-
font-style: normal;
150-
font-weight: normal;
151-
font-size: 1em;
152-
line-height: 1.1em;
153-
color: #eb5757;
154-
border: 1px solid #eb5757;
155-
box-sizing: border-box;
156-
padding-bottom: 0.4em;
146+
background: transparent;
147+
border-radius: 100px;
148+
font-family: Inter;
149+
font-style: normal;
150+
font-weight: normal;
151+
font-size: 1em;
152+
line-height: 1.1em;
153+
color: #EB5757;
154+
border: 1px solid #EB5757;
155+
box-sizing: border-box;
156+
padding-bottom: 0.4em;
157157
}
158158
.overlay_list_btn:hover {
159159
background: transparent;
160-
color: #eb5757;
160+
color: #EB5757;
161161
}
162-
}
162+
}

0 commit comments

Comments
 (0)