1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

formatting

This commit is contained in:
Joe 2020-06-04 19:30:44 +01:00
parent d7a66048c4
commit 0e6a62f730
7 changed files with 14 additions and 15 deletions

View file

@ -33,5 +33,4 @@
.root {
margin: 20px 80px;
}
</style>

View file

@ -87,7 +87,9 @@
{#if workflowBlock}
<WorkflowBlockSetup {workflowBlock} />
<div class="buttons">
<button class="delete-workflow-button hoverable" on:click={deleteWorkflowBlock}>
<button
class="delete-workflow-button hoverable"
on:click={deleteWorkflowBlock}>
Delete Block
</button>
</div>
@ -179,7 +181,7 @@
color: var(--ink);
font-size: 14px;
padding-left: 12px;
}
}
header > span {
color: var(--ink-lighter);
@ -270,7 +272,7 @@
}
.passed {
background: #84C991;
background: #84c991;
}
.failed {

View file

@ -81,7 +81,7 @@
color: var(--ink);
font-size: 14px;
padding-left: 12px;
}
}
label {
text-transform: capitalize;

View file

@ -90,7 +90,7 @@
.workflow-item {
display: flex;
border-radius: 3px;
padding-left: 12px;
padding-left: 12px;
align-items: center;
height: 40px;
margin-bottom: 4px;
@ -110,7 +110,7 @@
.workflow-item.selected {
background: var(--blue-light);
}
.new-workflow-button {
cursor: pointer;
border: 1px solid var(--grey-dark);

View file

@ -49,7 +49,7 @@
color: var(--ink-lighter);
}
span:not(.selected):hover {
span:not(.selected):hover {
color: var(--ink);
}
</style>

View file

@ -106,7 +106,6 @@
overflow-y: hidden;
}
.nav-group-header > div:nth-child(1) {
padding: 0rem 0.5rem 0rem 0rem;
vertical-align: bottom;

View file

@ -46,10 +46,10 @@
<div class="welcome">Welcome to Budibase</div>
<div class="banner">
<img src="/_builder/assets/rocket.jpg" alt="rocket">
<div class="banner-content">
Every accomplishment starts with a decision to try.
</div>
<img src="/_builder/assets/rocket.jpg" alt="rocket" />
<div class="banner-content">
Every accomplishment starts with a decision to try.
</div>
</div>
<div class="app-section-header">
<div class="app-section-title">Your Web Apps</div>
@ -70,7 +70,6 @@
{/await}
<style>
.welcome {
font-size: 42px;
color: var(--ink);
@ -93,7 +92,7 @@
height: 250px;
width: 100%;
border-radius: 5px;
}
}
.banner-content {
position: absolute;