Files
gpw_next/GPW.CORE.SMART/Components/TimbHandler.razor.css
T
2023-01-13 12:53:44 +01:00

63 lines
1.1 KiB
CSS

.container {
width: 100%;
height: 100%;
padding-left: 0.5rem;
padding-right: 0.5rem;
margin: 0;
}
.timbApp {
border-radius: 0.8rem;
background-color: transparent;
width: 100%;
height: 100%;
}
.timbApp table {
width: 100%;
height: 100%;
}
/*.timbApp table thead{
border-bottom: 1px solid black;
}*/
.timbManc {
border-radius: 0.8rem;
background-color: transparent;
padding: 0.5rem;
width: 70%;
height: 100%;
margin-bottom: 0.8rem;
}
.timbMancContainer {
margin-top: 0.5rem;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
}
.timbManc input {
border-radius: 0.5rem;
border: none;
padding: 0.25rem;
}
.timbMancCard .header {
text-align: center;
border-bottom: 1px solid black;
padding-top: 0.3rem;
padding-bottom: 0.3rem;
color: #fff;
}
.timbMancCard {
border-radius: 0.8rem;
background-color: #0d8b23;
}
.timbAppCard .header {
text-align: center;
border-bottom: 1px solid black;
padding-top: 0.3rem;
padding-bottom: 0.3rem;
color: #fff;
}
.timbAppCard {
margin-top: 2rem;
border-radius: 0.8rem;
background-color: #ff8b23;
}