Files
gpw_next/GPW.CORE.SMART/Components/Compo/CmpTop.razor.css
T
Samuele Locatelli 848b6537d2 Update x nuovo proj 8
2024-08-22 16:03:31 +02:00

24 lines
400 B
CSS

body {
margin: 0px;
padding: 0px;
width: 100%;
}
.container {
background-color: #34495E;
height: 3.5rem;
width: 100%;
border-radius: 0px 0px 12px 12px;
border: 2px;
text-align: center;
}
.username {
color: #ffffff;
padding-top: 10px;
font-size: 1.1rem;
}
.title {
color: #ffffff;
padding-top: 10px;
font-size: 1.25rem;
text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7);
}