0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22: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;
grid-template-areas : 'previousPage currentPage nextPage';
grid-template-columns : 50px 1fr 50px;
gap:20px;
gap : 20px;
place-items : center;
width : auto;
font-size : 15px;
translate : -50%;
font-size:15px;
&:last-child { top : unset; }
.pages {
display : flex;
grid-area : currentPage;
gap:1em;
gap : 1em;
justify-content : space-evenly;
width : 100%;
height : 100%;
text-align : center;
.pageNumber {
place-content:center;
min-width:2em;
width:fit-content;
place-content : center;
width : fit-content;
min-width : 2em;
font-family : 'Open Sans';
font-weight : 900;
color : white;