Site-Proximo/src/css/Views/stock.css
2021-01-26 20:20:31 +01:00

67 lines
No EOL
1.1 KiB
CSS

#stock{
flex:1;
overflow: overlay;
}
#searchBarBlock{
display:flex;
justify-content: center;
position: relative;
top : -2vw
}
#sortBlock{
display:flex
}
#articleBlock{
display:flex;
justify-content: center;
align-items: center;
min-height:30vw;
}
::-webkit-scrollbar {
width: 8px;
display:block;
}
::-webkit-scrollbar-thumb{
background-color: white;
border-radius: 20px;
}
#errorRouteBlock{
flex:1;
height:48vw;
display:flex;
flex-direction:column;
justify-content: center;
align-items: center;
}
#errorRouteTitle{
color:white;
font-family: 'Wellfleet', cursive;
font-size:3vw;
}
#errorRouteTxt{
color:white;
font-family: 'Wellfleet', cursive;
font-size:2vw;
}
#link{
color:rgb(23, 9, 146);
font-family: 'Wellfleet', cursive;
font-size:2vw;
}
#link:hover{
text-decoration: none;
color:rgb(66, 113, 243);
font-family: 'Wellfleet', cursive;
font-size:2vw;
}