Clean some styles
This commit is contained in:
parent
b67896a4e9
commit
684eb97bff
5 changed files with 17 additions and 22 deletions
|
|
@ -51,6 +51,7 @@ main > header {
|
||||||
|
|
||||||
/* Section */
|
/* Section */
|
||||||
section {
|
section {
|
||||||
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -175,3 +175,19 @@
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-details textarea {
|
||||||
|
resize: none;
|
||||||
|
max-height: 5rem;
|
||||||
|
}
|
||||||
|
.project-details__filters button:first-of-type {
|
||||||
|
margin-right: calc(var(--space-12) + 1px);
|
||||||
|
}
|
||||||
|
.project-details__filters button:first-of-type::after {
|
||||||
|
content: "";
|
||||||
|
width: 1px;
|
||||||
|
height: 1.7rem;
|
||||||
|
background-color: var(--color-black-20);
|
||||||
|
position: absolute;
|
||||||
|
right: calc(-0.75rem);
|
||||||
|
}
|
||||||
|
|
@ -69,7 +69,6 @@ function changeTab(newValue) {
|
||||||
section {
|
section {
|
||||||
--flow-space: var(--space-16);
|
--flow-space: var(--space-16);
|
||||||
min-height: calc(100vh - 8.5rem);
|
min-height: calc(100vh - 8.5rem);
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
section > * {
|
section > * {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -92,8 +92,6 @@ function changeInspiration(newValue) {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
/* Header */
|
/* Header */
|
||||||
main > header {
|
main > header {
|
||||||
align-items: flex-start;
|
|
||||||
justify-content: space-between;
|
|
||||||
gap: var(--space-16);
|
gap: var(--space-16);
|
||||||
}
|
}
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
|
|
|
||||||
|
|
@ -50,22 +50,3 @@ function openDialog(targetStepSlug) {
|
||||||
dialog.content = targetStep;
|
dialog.content = targetStep;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scope>
|
|
||||||
/* Porject details */
|
|
||||||
.project-details textarea {
|
|
||||||
resize: none;
|
|
||||||
max-height: 5rem;
|
|
||||||
}
|
|
||||||
.project-details__filters button:first-of-type {
|
|
||||||
margin-right: calc(var(--space-12) + 1px);
|
|
||||||
}
|
|
||||||
.project-details__filters button:first-of-type::after {
|
|
||||||
content: "";
|
|
||||||
width: 1px;
|
|
||||||
height: 1.7rem;
|
|
||||||
background-color: var(--color-black-20);
|
|
||||||
position: absolute;
|
|
||||||
right: calc(-0.75rem);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue