minor css fix in sketch list
This commit is contained in:
parent
7072518f83
commit
1186bebd94
2 changed files with 2 additions and 11 deletions
|
@ -29,7 +29,7 @@ class SketchList extends React.Component {
|
|||
return (
|
||||
<section className="sketch-list" aria-label="project list" tabIndex="0" role="main" id="sketchlist">
|
||||
<header className="sketch-list__header">
|
||||
<h2>Open a Sketch</h2>
|
||||
<h2 className="sketch-list__header-title">Open a Sketch</h2>
|
||||
<button className="sketch-list__exit-button" onClick={this.closeSketchList}>
|
||||
<InlineSVG src={exitUrl} alt="Close Sketch List Overlay" />
|
||||
</button>
|
||||
|
|
|
@ -13,19 +13,10 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.sketch-list__header h2 {
|
||||
font-size: #{21 / $base-font-size}rem;
|
||||
.sketch-list__header-title {
|
||||
padding: #{40 / $base-font-size}rem #{16 / $base-font-size}rem #{12 / $base-font-size}rem #{21 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.sketch-list__header h2 {
|
||||
font-size: #{21 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.sketch-list__header h2 {
|
||||
font-size: #{21 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.sketches-table-container {
|
||||
flex: 1 0 0%;
|
||||
overflow-y: scroll;
|
||||
|
|
Loading…
Reference in a new issue