Code formatting
This commit is contained in:
parent
6c269bf091
commit
f6cbe01b07
|
@ -47,7 +47,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.template-thumbnail {
|
.template-thumbnail {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -100,7 +99,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.template-card > * {
|
.template-card > * {
|
||||||
width : 100%
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.template-card img.loaded {
|
.template-card img.loaded {
|
||||||
|
|
|
@ -448,7 +448,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.app-actions :global(> button) {
|
.app-actions :global(> button) {
|
||||||
margin-right: 10px
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.title .welcome > .buttons {
|
.title .welcome > .buttons {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
|
Loading…
Reference in New Issue