File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 135
135
margin-top : 10px ;
136
136
font-family : 'hk-grotesk-medium' , Helvetica, sans-serif;
137
137
margin-left : 82px ;
138
+ display : flex;
139
+ flex-direction : column;
140
+ align-items : start;
138
141
}
139
142
140
143
.entry-point-button-image {
148
151
flex-direction : row;
149
152
align-items : center;
150
153
transition : color 0.2s ease-in;
151
- width : 150px ;
152
154
color : # 9b9b9b ;
153
155
cursor : pointer;
154
156
font-family : 'gilroyextrabold' , Helvetica, sans-serif;
211
213
display : flex;
212
214
/* justify-content: flex-end; */
213
215
flex-direction : column;
216
+ position : relative;
214
217
}
215
218
216
219
.dashboard-list-project-settings-button .icon {
217
220
position : absolute;
218
221
right : 0 ;
219
- bottom : 18 px ;
222
+ top : 45 px ;
220
223
padding : 10px 4px ;
221
224
}
222
225
You can’t perform that action at this time.
0 commit comments