0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 20:42:44 +00:00

lint styles

This commit is contained in:
Víctor Losada Hernández
2025-03-08 19:38:42 +01:00
parent c7a19857dd
commit 4cd5c13841

View File

@@ -285,27 +285,27 @@
display : grid; display : grid;
grid-template-areas : 'previousPage currentPage nextPage'; grid-template-areas : 'previousPage currentPage nextPage';
grid-template-columns : 50px 1fr 50px; grid-template-columns : 50px 1fr 50px;
gap:20px; gap : 20px;
place-items : center; place-items : center;
width : auto; width : auto;
font-size : 15px;
translate : -50%; translate : -50%;
font-size:15px;
&:last-child { top : unset; } &:last-child { top : unset; }
.pages { .pages {
display : flex; display : flex;
grid-area : currentPage; grid-area : currentPage;
gap:1em; gap : 1em;
justify-content : space-evenly; justify-content : space-evenly;
width : 100%; width : 100%;
height : 100%; height : 100%;
text-align : center; text-align : center;
.pageNumber { .pageNumber {
place-content:center; place-content : center;
min-width:2em; width : fit-content;
width:fit-content; min-width : 2em;
font-family : 'Open Sans'; font-family : 'Open Sans';
font-weight : 900; font-weight : 900;
color : white; color : white;