Skip to content

Commit 8b27556

Browse files
committed
Rename download classes to be more generic
1 parent 2b2a6df commit 8b27556

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_layouts/downloadpage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Then, install Scala:</h3>
3636
</div>
3737
</div>
3838
<div class="download-options">
39-
<div class="download-intellij">
39+
<div class="download-left">
4040
<span class="or">or</span>
4141
<div class="description">
4242
<img src="/resources/img/download/arrow-left.png" alt="">
@@ -50,7 +50,7 @@ <h3>Then, install Scala:</h3>
5050
{% include tutorial-list.html column=1 %}
5151
</ul>
5252
</div>
53-
<div class="download-sbt">
53+
<div class="download-right">
5454
<div class="description">
5555
<img src="/resources/img/download/arrow-right.png" alt="">
5656
<p>Best if you are familiar with the command line</p>

_sass/layout/download.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
@include clearfix;
113113
margin-top: 38px;
114114

115-
.download-intellij,
116-
.download-sbt {
115+
.download-left,
116+
.download-right {
117117
position: relative;
118118
@include span-columns(4 of 8);
119119
@include bp(large) {
@@ -196,7 +196,7 @@
196196
}
197197
}
198198

199-
.download-intellij {
199+
.download-left, {
200200
padding-right: 10px;
201201
position: relative;
202202
.or {
@@ -212,11 +212,11 @@
212212
}
213213
}
214214

215-
.download-sbt {
215+
.download-right {
216216
padding-left: 10px;
217217
}
218218

219-
.download-sbt {
219+
.download-right {
220220
.description {
221221
top: 60px;
222222
left: auto;

0 commit comments

Comments
 (0)