7 lines
75 B
CSS
7 lines
75 B
CSS
html, body {
|
|
margin: 20px;
|
|
}
|
|
|
|
[data-ember-action] {
|
|
cursor: pointer;
|
|
}
|