Skip to content

Commit c459d42

Browse files
committed
Clean up
1 parent 3b46c47 commit c459d42

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+668
-675
lines changed

less/account.less

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,18 @@
8383

8484
.user-icon.profile-header-img {
8585
position: absolute;
86-
left: 46px;
87-
top: -90px;
88-
height: 120px;
89-
width: 120px;
90-
font-size: 5rem;
91-
border: 3px solid #fff;
92-
line-height: 120px;
93-
94-
@media (max-width: @screen-xs-max) {
95-
left: 50%;
96-
margin-left: -60px;
97-
}
86+
left: 46px;
87+
top: -90px;
88+
height: 120px;
89+
width: 120px;
90+
font-size: 5rem;
91+
border: 3px solid #fff;
92+
line-height: 120px;
93+
94+
@media (max-width: @screen-xs-max) {
95+
left: 50%;
96+
margin-left: -60px;
97+
}
9898
}
9999

100100
.user-profile-view {
@@ -118,17 +118,17 @@
118118

119119
.status {
120120
left: 140px;
121-
position: absolute;
122-
top: 0;
123-
border: 1px solid #fff;
124-
height: 18px;
125-
width: 18px;
126-
border-radius: 50%;
127-
128-
@media (max-width: @screen-xs-max) {
129-
left: 50%;
130-
margin-left: 35px;
131-
}
121+
position: absolute;
122+
top: 0;
123+
border: 1px solid #fff;
124+
height: 18px;
125+
width: 18px;
126+
border-radius: 50%;
127+
128+
@media (max-width: @screen-xs-max) {
129+
left: 50%;
130+
margin-left: 35px;
131+
}
132132
}
133133

134134
.user-info {
@@ -163,8 +163,8 @@
163163

164164
@media (min-width: @screen-md-min) {
165165
position: absolute;
166-
top: -50px;
167-
left: 175px;
166+
top: -50px;
167+
left: 175px;
168168
}
169169
}
170170

@@ -239,54 +239,54 @@
239239
}
240240

241241
&.active {
242-
&:hover {
243-
cursor: move;
244-
}
245-
246-
.controls {
247-
> * {
248-
display: none;
249-
}
250-
}
251-
252-
.save {
253-
display: inline-block;
254-
}
242+
&:hover {
243+
cursor: move;
255244
}
256245

257-
&.saving {
258-
.save {
246+
.controls {
247+
> * {
259248
display: none;
260249
}
261-
262-
.indicator {
263-
display: inline-block;
264-
}
265250
}
266251

267-
.save, .indicator {
252+
.save {
268253
display: inline-block;
269-
position: absolute;
270-
top: 1em;
271-
right: 2em;
272-
opacity: 1;
273-
background-color: @brand-primary;
274-
color: #eee;
275-
padding: 0.5em;
276-
font-weight: bold;
277-
278-
&:hover {
279-
cursor: pointer;
280-
}
281254
}
255+
}
282256

257+
&.saving {
283258
.save {
284259
display: none;
285260
}
286261

287262
.indicator {
288-
display: none;
263+
display: inline-block;
289264
}
265+
}
266+
267+
.save, .indicator {
268+
display: inline-block;
269+
position: absolute;
270+
top: 1em;
271+
right: 2em;
272+
opacity: 1;
273+
background-color: @brand-primary;
274+
color: #eee;
275+
padding: 0.5em;
276+
font-weight: bold;
277+
278+
&:hover {
279+
cursor: pointer;
280+
}
281+
}
282+
283+
.save {
284+
display: none;
285+
}
286+
287+
.indicator {
288+
display: none;
289+
}
290290
}
291291

292292
.account-fab {

0 commit comments

Comments
 (0)