Issue 266: Changed class name
This commit is contained in:
parent
f14e74de55
commit
9ae27faf55
2 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ class Preferences extends React.Component {
|
||||||
<br></br>
|
<br></br>
|
||||||
<div className="preference">
|
<div className="preference">
|
||||||
<h4 className="preference__title">Add a p5.js or an external library</h4>
|
<h4 className="preference__title">Add a p5.js or an external library</h4>
|
||||||
<h4 className="preference__sketch1">Add a script library resource field</h4>
|
<h4 className="preference__add__resource">Add a script library resource field</h4>
|
||||||
<h4 className="preference__title">Security Protocol</h4>
|
<h4 className="preference__title">Security Protocol</h4>
|
||||||
<h4>Serve over HTTPS</h4>
|
<h4>Serve over HTTPS</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
padding-left: #{25 / $base-font-size}rem;
|
padding-left: #{25 / $base-font-size}rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preference__sketch1{
|
.preference__add__resource {
|
||||||
width: #{601 / $base-font-size}rem;
|
width: #{601 / $base-font-size}rem;
|
||||||
height: #{100 / $base-font-size}rem;
|
height: #{100 / $base-font-size}rem;
|
||||||
font-family: Montserrat;
|
font-family: Montserrat;
|
||||||
|
|
Loading…
Reference in a new issue