We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4a020 commit e3279d3Copy full SHA for e3279d3
src/app/containers/ActionContainer.jsx
@@ -32,7 +32,7 @@ class ActionContainer extends Component {
32
}
33
return (
34
<div className="action-container">
35
- <div className="action-component">
+ <div className="action-component exclude">
36
<div className="empty-button" onClick={emptySnapshot}>
37
emptySnapshot
38
</div>
src/app/styles/components/_actionComponent.scss
@@ -16,10 +16,15 @@
16
background-color: $light-grey-one;
17
18
19
-.action-component button {
20
- position: relative;
+.action-component .empty-button {
+ // grid-column: 1 / span 4;
21
22
23
.action-component:hover .jump-button {
24
visibility: visible;
25
26
+
27
+.action-component.exclude {
28
+ display: flex;
29
+ justify-content: center;
30
+}
0 commit comments