add subtitle
This commit is contained in:
parent
049b3ce0e5
commit
76c7c6384d
2 changed files with 9 additions and 1 deletions
|
@ -178,7 +178,8 @@ class Preferences extends React.Component {
|
|||
</div>
|
||||
</div>
|
||||
<div className="preference">
|
||||
<h4 className="preference__title">Hidden Text Output</h4>
|
||||
<h4 className="preference__title">Accessible Text-based Canvas</h4>
|
||||
<h6 className="preference__subtitle">Used with screen reader</h6>
|
||||
<div className="preference__options">
|
||||
<button
|
||||
className={textOutputOnClass}
|
||||
|
|
|
@ -46,6 +46,13 @@
|
|||
margin-bottom: #{10 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.preference__subtitle {
|
||||
width: 100%;
|
||||
margin-bottom: #{10 / $base-font-size}rem;
|
||||
margin-top: 0;
|
||||
color: $light-inactive-text-color;
|
||||
}
|
||||
|
||||
.preference__value {
|
||||
border: 2px solid $light-button-border-color;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue