Explorar el Código

Fixed 2021

bugfix/2021
jovan.cirkovic hace 3 años
padre
commit
44d9ff1e41

+ 2
- 2
src/pages/AdminHomePage/AdminCategoriesPage/AdminCategoriesPage.styled.js Ver fichero

@@ -52,8 +52,8 @@ export const NewCategoryButton = styled(PrimaryButton)`
font-weight: 700;
}
@media (max-width: 600px) {
bottom: 18px;
right: 16px;
/* bottom: 18px;
right: 16px; */
}
`;
export const CategoriesList = styled(Box)`

+ 1
- 2
src/pages/AdminHomePage/AdminLocationsPage/AdminLocationsPage.styled.js Ver fichero

@@ -55,7 +55,6 @@ export const NewLocationButton = styled(PrimaryButton)`
font-weight: 700;
}
@media (max-width: 600px) {
bottom: 18px;
right: 16px;
margin-top: 15px;
}
`;

Cargando…
Cancelar
Guardar