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 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -174,4 +174,20 @@
|
|||
bottom: -1.5rem;
|
||||
left: 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue