Skip to content

Commit 78f4239

Browse files
committed
refactor(.back): move styles into dedicated file
1 parent 260d369 commit 78f4239

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/css/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@import './components/sponsors.css';
88
@import './components/profile-image.css';
99
@import './components/static-content.css';
10+
@import './components/back.css';
1011

1112
/* /1* Layout *1/ */
1213
@import './layout/navigation.css';

src/css/components/back.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.back {
2+
font-size: 16px;
3+
display: inline-block;
4+
margin: 0 0 20px 0;
5+
}

src/css/rubycentral.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ h3 {
4949
margin: 0 0 5px 0;
5050
}
5151

52-
.back {
53-
font-size: 16px;
54-
display: inline-block;
55-
margin: 0 0 20px 0;
56-
}
57-
5852
.arrow {
5953
display: none;
6054
}

0 commit comments

Comments
 (0)