mirror of
https://github.com/strapi/strapi.git
synced 2025-10-28 16:39:37 +00:00
UI fixes
This commit is contained in:
parent
752786a01e
commit
ae1c622eda
@ -13,7 +13,7 @@ const ListWrapper = styled.div`
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.list-button {
|
||||
padding: 1rem 3rem 2.5rem 3rem;
|
||||
padding: 1.4rem 3rem 2.5rem 3rem;
|
||||
button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
max-width: 92.1rem !important;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
margin-top: 14rem !important;
|
||||
margin-top: 12.7rem !important;
|
||||
> div {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
.homePage { /* stylelint-disable */
|
||||
.homePage {
|
||||
/* stylelint-disable */
|
||||
padding: 1.8rem 3rem;
|
||||
background: rgba(14, 22, 34, 0.02);
|
||||
min-height: calc(100vh - 6rem); // TODO shoukd be variable
|
||||
:not(table) {
|
||||
div {
|
||||
button {
|
||||
top: 2.3rem;
|
||||
& + p:first-of-type {
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -13,14 +13,22 @@ const StyledViewContainer = styled.div`
|
||||
background-color: ${colors.greyOpacity};
|
||||
.components-container {
|
||||
padding: 1.8rem 1.5rem 0 1.5rem;
|
||||
div div:not(.list-button) {
|
||||
button {
|
||||
top: 1.8rem;
|
||||
}
|
||||
}
|
||||
.list-header-title {
|
||||
& + p {
|
||||
margin-bottom: 0.7rem;
|
||||
}
|
||||
p {
|
||||
width: fit-content;
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export default StyledViewContainer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user