Skip to content

Commit 82c8a83

Browse files
committed
Move me-subheading CSS class to CSS module file
1 parent a33b90c commit 82c8a83

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

app/styles/me.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,3 @@
275275
align-items: center;
276276
}
277277
}
278-
279-
.me-subheading {
280-
display: flex;
281-
.right {
282-
flex: 2;
283-
display: flex;
284-
justify-content: flex-end;
285-
align-self: center;
286-
}
287-
}

app/styles/me/index.module.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
.me-subheading {
2+
display: flex;
3+
.right {
4+
flex: 2;
5+
display: flex;
6+
justify-content: flex-end;
7+
align-self: center;
8+
}
9+
}
10+
111
.token-list {
212
background-color: $main-bg-dark;
313
display: flex;

app/templates/me/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
</div>
6969
</form>
7070

71-
<div class='me-subheading'>
71+
<div local-class="me-subheading">
7272
<h2>API Access</h2>
73-
<div class='right'>
73+
<div local-class="right">
7474
<button
7575
type="button"
7676
class='yellow-button'

0 commit comments

Comments
 (0)