Minor improvements
This commit is contained in:
parent
1d4708607a
commit
dbc0eebf4d
3 changed files with 7 additions and 1 deletions
|
|
@ -6,6 +6,9 @@
|
|||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
> .start-button {
|
||||
@include image-button(var(--large-icon-size));
|
||||
@include absolute-center;
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@
|
|||
|
||||
> .description {
|
||||
text-align: center;
|
||||
padding: 0 var(--large-margin);
|
||||
}
|
||||
|
||||
> .more {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue